package
0.18.27
Repository: https://github.com/pulumi/pulumi-aws.git
Documentation: pkg.go.dev

# Functions

GetApplication gets an existing Application resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetDeploymentConfig gets an existing DeploymentConfig resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetDeploymentGroup gets an existing DeploymentGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
NewApplication registers a new resource with the given unique name, arguments, and options.
NewDeploymentConfig registers a new resource with the given unique name, arguments, and options.
NewDeploymentGroup registers a new resource with the given unique name, arguments, and options.

# Structs

Provides a CodeDeploy application to be used as a basis for deployments > This content is derived from https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/docs/r/codedeploy_app.html.markdown.
The set of arguments for constructing a Application resource.
Input properties used for looking up and filtering Application resources.
Provides a CodeDeploy deployment config for an application > This content is derived from https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/docs/r/codedeploy_deployment_config.html.markdown.
The set of arguments for constructing a DeploymentConfig resource.
Input properties used for looking up and filtering DeploymentConfig resources.
Provides a CodeDeploy Deployment Group for a CodeDeploy Application > **NOTE on blue/green deployments:** When using `greenFleetProvisioningOption` with the `COPY_AUTO_SCALING_GROUP` action, CodeDeploy will create a new ASG with a different name.
The set of arguments for constructing a DeploymentGroup resource.
Input properties used for looking up and filtering DeploymentGroup resources.