prefect.Block
Explore with Pulumi AI
Import
prefect_block resources can be imported by the block_id
$ pulumi import prefect:index/block:Block my_block 00000000-0000-0000-0000-000000000000
or from a different workspace via block_id,workspace_id
$ pulumi import prefect:index/block:Block my_block 00000000-0000-0000-0000-000000000000,11111111-1111-1111-1111-111111111111
Create Block Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Block(name: string, args: BlockArgs, opts?: CustomResourceOptions);
@overload
def Block(resource_name: str,
args: BlockArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Block(resource_name: str,
opts: Optional[ResourceOptions] = None,
data: Optional[str] = None,
type_slug: Optional[str] = None,
account_id: Optional[str] = None,
name: Optional[str] = None,
workspace_id: Optional[str] = None)
func NewBlock(ctx *Context, name string, args BlockArgs, opts ...ResourceOption) (*Block, error)
public Block(string name, BlockArgs args, CustomResourceOptions? opts = null)
type: prefect:Block
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BlockArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BlockArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BlockArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BlockArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BlockArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var blockResource = new Prefect.Block("blockResource", new()
{
Data = "string",
TypeSlug = "string",
AccountId = "string",
Name = "string",
WorkspaceId = "string",
});
example, err := prefect.NewBlock(ctx, "blockResource", &prefect.BlockArgs{
Data: pulumi.String("string"),
TypeSlug: pulumi.String("string"),
AccountId: pulumi.String("string"),
Name: pulumi.String("string"),
WorkspaceId: pulumi.String("string"),
})
var blockResource = new Block("blockResource", BlockArgs.builder()
.data("string")
.typeSlug("string")
.accountId("string")
.name("string")
.workspaceId("string")
.build());
block_resource = prefect.Block("blockResource",
data="string",
type_slug="string",
account_id="string",
name="string",
workspace_id="string")
const blockResource = new prefect.Block("blockResource", {
data: "string",
typeSlug: "string",
accountId: "string",
name: "string",
workspaceId: "string",
});
type: prefect:Block
properties:
accountId: string
data: string
name: string
typeSlug: string
workspaceId: string
Block Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Block resource accepts the following input properties:
- Data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - Type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - Account
Id string - Account ID (UUID) where the Block is located
- Name string
- Unique name of the Block
- Workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- Data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - Type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - Account
Id string - Account ID (UUID) where the Block is located
- Name string
- Unique name of the Block
- Workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- data String
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - type
Slug String - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - account
Id String - Account ID (UUID) where the Block is located
- name String
- Unique name of the Block
- workspace
Id String - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - account
Id string - Account ID (UUID) where the Block is located
- name string
- Unique name of the Block
- workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- data str
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - type_
slug str - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - account_
id str - Account ID (UUID) where the Block is located
- name str
- Unique name of the Block
- workspace_
id str - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- data String
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - type
Slug String - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - account
Id String - Account ID (UUID) where the Block is located
- name String
- Unique name of the Block
- workspace
Id String - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
Outputs
All input properties are implicitly available as output properties. Additionally, the Block resource produces the following output properties:
Look up Existing Block Resource
Get an existing Block resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: BlockState, opts?: CustomResourceOptions): Block
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
created: Optional[str] = None,
data: Optional[str] = None,
name: Optional[str] = None,
type_slug: Optional[str] = None,
updated: Optional[str] = None,
workspace_id: Optional[str] = None) -> Block
func GetBlock(ctx *Context, name string, id IDInput, state *BlockState, opts ...ResourceOption) (*Block, error)
public static Block Get(string name, Input<string> id, BlockState? state, CustomResourceOptions? opts = null)
public static Block get(String name, Output<String> id, BlockState state, CustomResourceOptions options)
resources: _: type: prefect:Block get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - Account ID (UUID) where the Block is located
- Created string
- Timestamp of when the resource was created (RFC3339)
- Data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - Name string
- Unique name of the Block
- Type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - Updated string
- Timestamp of when the resource was updated (RFC3339)
- Workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- Account
Id string - Account ID (UUID) where the Block is located
- Created string
- Timestamp of when the resource was created (RFC3339)
- Data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - Name string
- Unique name of the Block
- Type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - Updated string
- Timestamp of when the resource was updated (RFC3339)
- Workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- account
Id String - Account ID (UUID) where the Block is located
- created String
- Timestamp of when the resource was created (RFC3339)
- data String
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - name String
- Unique name of the Block
- type
Slug String - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - updated String
- Timestamp of when the resource was updated (RFC3339)
- workspace
Id String - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- account
Id string - Account ID (UUID) where the Block is located
- created string
- Timestamp of when the resource was created (RFC3339)
- data string
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - name string
- Unique name of the Block
- type
Slug string - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - updated string
- Timestamp of when the resource was updated (RFC3339)
- workspace
Id string - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- account_
id str - Account ID (UUID) where the Block is located
- created str
- Timestamp of when the resource was created (RFC3339)
- data str
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - name str
- Unique name of the Block
- type_
slug str - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - updated str
- Timestamp of when the resource was updated (RFC3339)
- workspace_
id str - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
- account
Id String - Account ID (UUID) where the Block is located
- created String
- Timestamp of when the resource was created (RFC3339)
- data String
- The user-inputted Block payload, as a JSON string. Use
jsonencode
on the provided value to satisfy the underlying JSON type. The value's schema will depend on the selectedtype
slug. Useprefect block type inspect <slug>
to view the data schema for a given Block type. - name String
- Unique name of the Block
- type
Slug String - Block Type slug, which determines the schema of the
data
JSON attribute. Useprefect block type ls
to view all available Block type slugs. - updated String
- Timestamp of when the resource was updated (RFC3339)
- workspace
Id String - Workspace ID (UUID) where the Block is located. In Prefect Cloud, either the
prefect.Block
resource or the provider'sworkspace_id
must be set.
Package Details
- Repository
- prefect prefecthq/terraform-provider-prefect
- License
- Notes
- This Pulumi package is based on the
prefect
Terraform Provider.