1. Packages
  2. AWS Native
  3. API Docs
  4. imagebuilder
  5. Workflow

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi

aws-native.imagebuilder.Workflow

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi

    Resource schema for AWS::ImageBuilder::Workflow

    Create Workflow Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Workflow(name: string, args: WorkflowArgs, opts?: CustomResourceOptions);
    @overload
    def Workflow(resource_name: str,
                 args: WorkflowArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Workflow(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 type: Optional[WorkflowType] = None,
                 version: Optional[str] = None,
                 change_description: Optional[str] = None,
                 data: Optional[str] = None,
                 description: Optional[str] = None,
                 kms_key_id: Optional[str] = None,
                 name: Optional[str] = None,
                 tags: Optional[Mapping[str, str]] = None,
                 uri: Optional[str] = None)
    func NewWorkflow(ctx *Context, name string, args WorkflowArgs, opts ...ResourceOption) (*Workflow, error)
    public Workflow(string name, WorkflowArgs args, CustomResourceOptions? opts = null)
    public Workflow(String name, WorkflowArgs args)
    public Workflow(String name, WorkflowArgs args, CustomResourceOptions options)
    
    type: aws-native:imagebuilder:Workflow
    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 WorkflowArgs
    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 WorkflowArgs
    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 WorkflowArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const workflowResource = new aws_native.imagebuilder.Workflow("workflowResource", {
        type: aws_native.imagebuilder.WorkflowType.Build,
        version: "string",
        changeDescription: "string",
        data: "string",
        description: "string",
        kmsKeyId: "string",
        name: "string",
        tags: {
            string: "string",
        },
        uri: "string",
    });
    
    Coming soon!
    

    Workflow Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Workflow resource accepts the following input properties:

    Type Pulumi.AwsNative.ImageBuilder.WorkflowType
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    Version string
    The version of the workflow.
    ChangeDescription string
    The change description of the workflow.
    Data string
    The data of the workflow.
    Description string
    The description of the workflow.
    KmsKeyId string
    The KMS key identifier used to encrypt the workflow.
    Name string
    The name of the workflow.
    Tags Dictionary<string, string>
    The tags associated with the workflow.
    Uri string
    The uri of the workflow.
    Type WorkflowType
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    Version string
    The version of the workflow.
    ChangeDescription string
    The change description of the workflow.
    Data string
    The data of the workflow.
    Description string
    The description of the workflow.
    KmsKeyId string
    The KMS key identifier used to encrypt the workflow.
    Name string
    The name of the workflow.
    Tags map[string]string
    The tags associated with the workflow.
    Uri string
    The uri of the workflow.
    type WorkflowType
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    version String
    The version of the workflow.
    changeDescription String
    The change description of the workflow.
    data String
    The data of the workflow.
    description String
    The description of the workflow.
    kmsKeyId String
    The KMS key identifier used to encrypt the workflow.
    name String
    The name of the workflow.
    tags Map<String,String>
    The tags associated with the workflow.
    uri String
    The uri of the workflow.
    type WorkflowType
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    version string
    The version of the workflow.
    changeDescription string
    The change description of the workflow.
    data string
    The data of the workflow.
    description string
    The description of the workflow.
    kmsKeyId string
    The KMS key identifier used to encrypt the workflow.
    name string
    The name of the workflow.
    tags {[key: string]: string}
    The tags associated with the workflow.
    uri string
    The uri of the workflow.
    type WorkflowType
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    version str
    The version of the workflow.
    change_description str
    The change description of the workflow.
    data str
    The data of the workflow.
    description str
    The description of the workflow.
    kms_key_id str
    The KMS key identifier used to encrypt the workflow.
    name str
    The name of the workflow.
    tags Mapping[str, str]
    The tags associated with the workflow.
    uri str
    The uri of the workflow.
    type "BUILD" | "TEST" | "DISTRIBUTION"
    The type of the workflow denotes whether the workflow is used to build, test, or distribute.
    version String
    The version of the workflow.
    changeDescription String
    The change description of the workflow.
    data String
    The data of the workflow.
    description String
    The description of the workflow.
    kmsKeyId String
    The KMS key identifier used to encrypt the workflow.
    name String
    The name of the workflow.
    tags Map<String>
    The tags associated with the workflow.
    uri String
    The uri of the workflow.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Workflow resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the workflow.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the workflow.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the workflow.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the workflow.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the workflow.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the workflow.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    WorkflowType, WorkflowTypeArgs

    Build
    BUILD
    Test
    TEST
    Distribution
    DISTRIBUTION
    WorkflowTypeBuild
    BUILD
    WorkflowTypeTest
    TEST
    WorkflowTypeDistribution
    DISTRIBUTION
    Build
    BUILD
    Test
    TEST
    Distribution
    DISTRIBUTION
    Build
    BUILD
    Test
    TEST
    Distribution
    DISTRIBUTION
    BUILD
    BUILD
    TEST
    TEST
    DISTRIBUTION
    DISTRIBUTION
    "BUILD"
    BUILD
    "TEST"
    TEST
    "DISTRIBUTION"
    DISTRIBUTION

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi