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
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
- Created
At string - Timestamp of LaunchWizard deployment creation
- Deleted
At string - Timestamp of LaunchWizard deployment deletion
- Deployment
Id string - Deployment ID of the LaunchWizard deployment
- Resource
Group string - Resource Group Name created for LaunchWizard deployment
- Status
Pulumi.
Aws Native. Launch Wizard. Deployment Status - Status of LaunchWizard deployment
- List<Pulumi.
Aws Native. Outputs. Tag> - Tags for LaunchWizard deployment
- Arn string
- ARN of the LaunchWizard deployment
- Created
At string - Timestamp of LaunchWizard deployment creation
- Deleted
At string - Timestamp of LaunchWizard deployment deletion
- Deployment
Id string - Deployment ID of the LaunchWizard deployment
- Resource
Group string - Resource Group Name created for LaunchWizard deployment
- Status
Deployment
Status - Status of LaunchWizard deployment
- Tag
- Tags for LaunchWizard deployment
- arn String
- ARN of the LaunchWizard deployment
- created
At String - Timestamp of LaunchWizard deployment creation
- deleted
At String - Timestamp of LaunchWizard deployment deletion
- deployment
Id String - Deployment ID of the LaunchWizard deployment
- resource
Group String - Resource Group Name created for LaunchWizard deployment
- status
Deployment
Status - Status of LaunchWizard deployment
- List<Tag>
- Tags for LaunchWizard deployment
- arn string
- ARN of the LaunchWizard deployment
- created
At string - Timestamp of LaunchWizard deployment creation
- deleted
At string - Timestamp of LaunchWizard deployment deletion
- deployment
Id string - Deployment ID of the LaunchWizard deployment
- resource
Group string - Resource Group Name created for LaunchWizard deployment
- status
Deployment
Status - Status of LaunchWizard deployment
- 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
Deployment
Status - Status of LaunchWizard deployment
- Sequence[root_Tag]
- Tags for LaunchWizard deployment
- arn String
- ARN of the LaunchWizard deployment
- created
At String - Timestamp of LaunchWizard deployment creation
- deleted
At String - Timestamp of LaunchWizard deployment deletion
- deployment
Id String - Deployment ID of the LaunchWizard deployment
- resource
Group 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
- List<Property Map>
- Tags for LaunchWizard deployment
Supporting Types
DeploymentStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi