aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.codedeploy.Application

Explore with Pulumi AI

The AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application

Create Application Resource

new Application(name: string, args?: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                application_name: Optional[str] = None,
                compute_platform: Optional[str] = None,
                tags: Optional[Sequence[ApplicationTagArgs]] = None)
@overload
def Application(resource_name: str,
                args: Optional[ApplicationArgs] = None,
                opts: Optional[ResourceOptions] = None)
func NewApplication(ctx *Context, name string, args *ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs? args = null, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:codedeploy:Application
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ApplicationArgs
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 ApplicationArgs
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 ApplicationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Application 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 Application resource accepts the following input properties:

ApplicationName string

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

ComputePlatform string

The compute platform that CodeDeploy deploys the application to.

Tags List<Pulumi.AwsNative.CodeDeploy.Inputs.ApplicationTagArgs>

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

ApplicationName string

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

ComputePlatform string

The compute platform that CodeDeploy deploys the application to.

Tags []ApplicationTagArgs

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

applicationName String

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

computePlatform String

The compute platform that CodeDeploy deploys the application to.

tags List<ApplicationTagArgs>

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

applicationName string

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

computePlatform string

The compute platform that CodeDeploy deploys the application to.

tags ApplicationTagArgs[]

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

application_name str

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

compute_platform str

The compute platform that CodeDeploy deploys the application to.

tags Sequence[ApplicationTagArgs]

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

applicationName String

A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.

computePlatform String

The compute platform that CodeDeploy deploys the application to.

tags List<Property Map>

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

ApplicationTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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