Interface IBindableDeploymentConfig.Jsii$Default
- All Superinterfaces:
IBindableDeploymentConfig,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IDeploymentConfigRef,IDeploymentConfigRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IBindableDeploymentConfig.Jsii$Proxy
- Enclosing interface:
IBindableDeploymentConfig
@Internal
public static interface IBindableDeploymentConfig.Jsii$Default
extends IBindableDeploymentConfig, IDeploymentConfigRef.Jsii$Default
Internal default implementation for
IBindableDeploymentConfig.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.IBindableDeploymentConfig
IBindableDeploymentConfig.Jsii$Default, IBindableDeploymentConfig.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codedeploy.IDeploymentConfigRef
IDeploymentConfigRef.Jsii$Default, IDeploymentConfigRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IDeploymentConfigRefbindEnvironment(IDeploymentGroupRef deploymentGroup) Bind the predefined deployment config to the environment of the given resource.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.codedeploy.IDeploymentConfigRef.Jsii$Default
getDeploymentConfigRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bindEnvironment
@Stability(Stable) @NotNull default IDeploymentConfigRef bindEnvironment(@NotNull IDeploymentGroupRef deploymentGroup) Bind the predefined deployment config to the environment of the given resource.- Specified by:
bindEnvironmentin interfaceIBindableDeploymentConfig- Parameters:
deploymentGroup- This parameter is required.
-