Uses of Interface
software.amazon.awscdk.services.codedeploy.ServerDeploymentGroupAttributes
Packages that use ServerDeploymentGroupAttributes
-
Uses of ServerDeploymentGroupAttributes in software.amazon.awscdk.services.codedeploy
Classes in software.amazon.awscdk.services.codedeploy that implement ServerDeploymentGroupAttributesModifier and TypeClassDescriptionstatic final class
An implementation forServerDeploymentGroupAttributes
Methods in software.amazon.awscdk.services.codedeploy that return ServerDeploymentGroupAttributesModifier and TypeMethodDescriptionServerDeploymentGroupAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.codedeploy with parameters of type ServerDeploymentGroupAttributesModifier and TypeMethodDescriptionstatic IServerDeploymentGroup
ServerDeploymentGroup.fromServerDeploymentGroupAttributes
(software.constructs.Construct scope, String id, ServerDeploymentGroupAttributes attrs) Import an EC2/on-premise Deployment Group defined either outside the CDK app, or in a different region.