@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
CfnApplication.| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
applicationName(String applicationName)
A name for the application.
|
CfnApplication |
build() |
CfnApplication.Builder |
computePlatform(String computePlatform)
The compute platform that CodeDeploy deploys the application to.
|
static CfnApplication.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
tags(List<? extends CfnTag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
@Stability(value=Stable) public static CfnApplication.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplication.Builder.@Stability(value=Stable) public CfnApplication.Builder applicationName(String applicationName)
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. For more information, see Name Type .
Updates to
ApplicationNameare not supported.
applicationName - A name for the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder computePlatform(String computePlatform)
computePlatform - The compute platform that CodeDeploy deploys the application to. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(List<? extends CfnTag> tags)
Each tag consists of a key and an optional value, both of which you define.
tags - The metadata that you apply to CodeDeploy applications to help you organize and categorize them. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2022. All rights reserved.