Uses of Interface
software.amazon.awscdk.interfaces.codedeploy.IDeploymentConfigRef
Packages that use IDeploymentConfigRef
Package
Description
AWS CodeDeploy Construct Library
-
Uses of IDeploymentConfigRef in software.amazon.awscdk.interfaces.codedeploy
Subinterfaces of IDeploymentConfigRef in software.amazon.awscdk.interfaces.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeploymentConfigRef.Classes in software.amazon.awscdk.interfaces.codedeploy that implement IDeploymentConfigRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDeploymentConfigRef in software.amazon.awscdk.services.codedeploy
Subinterfaces of IDeploymentConfigRef in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptioninterfaceThe base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.static interfaceInternal default implementation forIBaseDeploymentConfig.interfaceA DeploymentConfig that can specialize itself based on the target group it will be used for.static interfaceInternal default implementation forIBindableDeploymentConfig.interfaceThe Deployment Configuration of an ECS Deployment Group.static interfaceInternal default implementation forIEcsDeploymentConfig.interfaceThe Deployment Configuration of a Lambda Deployment Group.static interfaceInternal default implementation forILambdaDeploymentConfig.interfaceThe Deployment Configuration of an EC2/on-premise Deployment Group.static interfaceInternal default implementation forIServerDeploymentConfig.Classes in software.amazon.awscdk.services.codedeploy that implement IDeploymentConfigRefModifier and TypeClassDescriptionclassThe base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.classTheAWS::CodeDeploy::DeploymentConfigresource creates a set of deployment rules, deployment success conditions, and deployment failure conditions that AWS CodeDeploy uses during a deployment.classDeprecated.CloudFormation now supports Lambda deployment configurations without custom resources.classA custom Deployment Configuration for an ECS Deployment Group.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classA custom Deployment Configuration for a Lambda Deployment Group.classA custom Deployment Configuration for an EC2/on-premise Deployment Group.Methods in software.amazon.awscdk.services.codedeploy that return IDeploymentConfigRefModifier and TypeMethodDescriptionCustomLambdaDeploymentConfig.bindEnvironment(IDeploymentGroupRef deploymentGroup) Deprecated.IBindableDeploymentConfig.bindEnvironment(IDeploymentGroupRef deploymentGroup) Bind the predefined deployment config to the environment of the given resource.default IDeploymentConfigRefIBindableDeploymentConfig.Jsii$Default.bindEnvironment(IDeploymentGroupRef deploymentGroup) Bind the predefined deployment config to the environment of the given resource.default IDeploymentConfigRefEcsDeploymentGroupAttributes.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final IDeploymentConfigRefEcsDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()default IDeploymentConfigRefEcsDeploymentGroupProps.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final IDeploymentConfigRefEcsDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()default IDeploymentConfigRefServerDeploymentGroupAttributes.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final IDeploymentConfigRefServerDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()default IDeploymentConfigRefServerDeploymentGroupProps.getDeploymentConfig()The EC2/on-premise Deployment Configuration to use for this Deployment Group.final IDeploymentConfigRefServerDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IDeploymentConfigRefModifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) The Deployment Configuration this Deployment Group uses.EcsDeploymentGroupAttributes.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) Sets the value ofEcsDeploymentGroupAttributes.getDeploymentConfig()EcsDeploymentGroupProps.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) Sets the value ofEcsDeploymentGroupProps.getDeploymentConfig()ServerDeploymentGroup.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) The EC2/on-premise Deployment Configuration to use for this Deployment Group.ServerDeploymentGroupAttributes.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) Sets the value ofServerDeploymentGroupAttributes.getDeploymentConfig()ServerDeploymentGroupProps.Builder.deploymentConfig(IDeploymentConfigRef deploymentConfig) Sets the value ofServerDeploymentGroupProps.getDeploymentConfig()