1. Packages
  2. AWS Native
  3. API Docs
  4. launchwizard
  5. getDeployment

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.launchwizard.getDeployment

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::LaunchWizard::Deployment Resource Type

    Using getDeployment

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
    function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>
    def get_deployment(arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
    def get_deployment_output(arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]
    func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
    func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput

    > Note: This function is named LookupDeployment in the Go SDK.

    public static class GetDeployment 
    {
        public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
        public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:launchwizard:getDeployment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    ARN of the LaunchWizard deployment
    Arn string
    ARN of the LaunchWizard deployment
    arn String
    ARN of the LaunchWizard deployment
    arn string
    ARN of the LaunchWizard deployment
    arn str
    ARN of the LaunchWizard deployment
    arn String
    ARN of the LaunchWizard deployment

    getDeployment Result

    The following output properties are available:

    Arn string
    ARN of the LaunchWizard deployment
    CreatedAt string
    Timestamp of LaunchWizard deployment creation
    DeletedAt string
    Timestamp of LaunchWizard deployment deletion
    DeploymentId string
    Deployment ID of the LaunchWizard deployment
    ResourceGroup string
    Resource Group Name created for LaunchWizard deployment
    Status Pulumi.AwsNative.LaunchWizard.DeploymentStatus
    Status of LaunchWizard deployment
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for LaunchWizard deployment
    Arn string
    ARN of the LaunchWizard deployment
    CreatedAt string
    Timestamp of LaunchWizard deployment creation
    DeletedAt string
    Timestamp of LaunchWizard deployment deletion
    DeploymentId string
    Deployment ID of the LaunchWizard deployment
    ResourceGroup string
    Resource Group Name created for LaunchWizard deployment
    Status DeploymentStatus
    Status of LaunchWizard deployment
    Tags Tag
    Tags for LaunchWizard deployment
    arn String
    ARN of the LaunchWizard deployment
    createdAt String
    Timestamp of LaunchWizard deployment creation
    deletedAt String
    Timestamp of LaunchWizard deployment deletion
    deploymentId String
    Deployment ID of the LaunchWizard deployment
    resourceGroup String
    Resource Group Name created for LaunchWizard deployment
    status DeploymentStatus
    Status of LaunchWizard deployment
    tags List<Tag>
    Tags for LaunchWizard deployment
    arn string
    ARN of the LaunchWizard deployment
    createdAt string
    Timestamp of LaunchWizard deployment creation
    deletedAt string
    Timestamp of LaunchWizard deployment deletion
    deploymentId string
    Deployment ID of the LaunchWizard deployment
    resourceGroup string
    Resource Group Name created for LaunchWizard deployment
    status DeploymentStatus
    Status of LaunchWizard deployment
    tags Tag[]
    Tags for LaunchWizard deployment
    arn str
    ARN of the LaunchWizard deployment
    created_at str
    Timestamp of LaunchWizard deployment creation
    deleted_at str
    Timestamp of LaunchWizard deployment deletion
    deployment_id str
    Deployment ID of the LaunchWizard deployment
    resource_group str
    Resource Group Name created for LaunchWizard deployment
    status DeploymentStatus
    Status of LaunchWizard deployment
    tags Sequence[root_Tag]
    Tags for LaunchWizard deployment
    arn String
    ARN of the LaunchWizard deployment
    createdAt String
    Timestamp of LaunchWizard deployment creation
    deletedAt String
    Timestamp of LaunchWizard deployment deletion
    deploymentId String
    Deployment ID of the LaunchWizard deployment
    resourceGroup String
    Resource Group Name created for LaunchWizard deployment
    status "COMPLETED" | "CREATING" | "DELETE_IN_PROGRESS" | "DELETE_INITIATING" | "DELETE_FAILED" | "DELETED" | "FAILED" | "IN_PROGRESS" | "VALIDATING"
    Status of LaunchWizard deployment
    tags List<Property Map>
    Tags for LaunchWizard deployment

    Supporting Types

    DeploymentStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi