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:
IEnvironmentAware,IResource,IBaseDeploymentConfig,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
EcsDeploymentConfig,LambdaDeploymentConfig,ServerDeploymentConfig
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:07.051Z")
@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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.IBaseDeploymentConfig
IBaseDeploymentConfig.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBaseDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) protectedBaseDeploymentConfig(software.constructs.Construct scope, String id) protectedBaseDeploymentConfig(software.constructs.Construct scope, String id, BaseDeploymentConfigProps props) -
Method Summary
Modifier and TypeMethodDescriptionprotected static IBaseDeploymentConfigfromDeploymentConfigName(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, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods 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:
getDeploymentConfigArnin interfaceIBaseDeploymentConfig
-
getDeploymentConfigName
The name of the deployment config.- Specified by:
getDeploymentConfigNamein interfaceIBaseDeploymentConfig
-