Class BaseDeploymentConfig
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.codedeploy.BaseDeploymentConfig
- All Implemented Interfaces:
IResource
,IBaseDeploymentConfig
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
- Direct Known Subclasses:
EcsDeploymentConfig
,LambdaDeploymentConfig
,ServerDeploymentConfig
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:05.171Z")
@Stability(Stable)
public abstract class BaseDeploymentConfig
extends Resource
implements IBaseDeploymentConfig
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.IBaseDeploymentConfig
IBaseDeploymentConfig.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
BaseDeploymentConfig
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
BaseDeploymentConfig
(software.amazon.jsii.JsiiObjectRef objRef) protected
BaseDeploymentConfig
(software.constructs.Construct scope, String id) protected
BaseDeploymentConfig
(software.constructs.Construct scope, String id, BaseDeploymentConfigProps props) -
Method Summary
Modifier and TypeMethodDescriptionprotected static IBaseDeploymentConfig
fromDeploymentConfigName
(software.constructs.Construct scope, String id, String deploymentConfigName) Import a custom Deployment Configuration for a Deployment Group defined outside the CDK.The arn of the deployment config.The name of the deployment config.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
BaseDeploymentConfig
protected BaseDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) -
BaseDeploymentConfig
protected BaseDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BaseDeploymentConfig
@Stability(Stable) protected BaseDeploymentConfig(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable BaseDeploymentConfigProps props) - Parameters:
scope
- This parameter is required.id
- This parameter is required.props
-
-
BaseDeploymentConfig
@Stability(Stable) protected BaseDeploymentConfig(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.
-
-
Method Details
-
fromDeploymentConfigName
@Stability(Stable) @NotNull protected static IBaseDeploymentConfig fromDeploymentConfigName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String deploymentConfigName) Import a custom Deployment Configuration for a Deployment Group defined outside the CDK.- Parameters:
scope
- the parent Construct for this new Construct. This parameter is required.id
- the logical ID of this new Construct. This parameter is required.deploymentConfigName
- the name of the referenced custom Deployment Configuration. This parameter is required.- Returns:
- a Construct representing a reference to an existing custom Deployment Configuration
-
getDeploymentConfigArn
The arn of the deployment config.- Specified by:
getDeploymentConfigArn
in interfaceIBaseDeploymentConfig
-
getDeploymentConfigName
The name of the deployment config.- Specified by:
getDeploymentConfigName
in interfaceIBaseDeploymentConfig
-