We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.m2.getDeployment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Represents a deployment resource of an AWS Mainframe Modernization (M2) application to a specified environment
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(application_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(application_id: 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)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:m2:getDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Id string - The application ID.
- Application
Id string - The application ID.
- application
Id String - The application ID.
- application
Id string - The application ID.
- application_
id str - The application ID.
- application
Id String - The application ID.
getDeployment Result
The following output properties are available:
- Application
Version int - The version number of the application to deploy
- Deployment
Id string - The deployment ID.
- Status string
- The status of the deployment.
- Application
Version int - The version number of the application to deploy
- Deployment
Id string - The deployment ID.
- Status string
- The status of the deployment.
- application
Version Integer - The version number of the application to deploy
- deployment
Id String - The deployment ID.
- status String
- The status of the deployment.
- application
Version number - The version number of the application to deploy
- deployment
Id string - The deployment ID.
- status string
- The status of the deployment.
- application_
version int - The version number of the application to deploy
- deployment_
id str - The deployment ID.
- status str
- The status of the deployment.
- application
Version Number - The version number of the application to deploy
- deployment
Id String - The deployment ID.
- status String
- The status of the deployment.
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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi