Interface ServerDeploymentGroupAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ServerDeploymentGroupAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:46.394Z") @Stability(Stable) public interface ServerDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
Properties of a reference to a CodeDeploy EC2/on-premise Deployment Group.

Example:

 ServerApplication application;
 IServerDeploymentGroup deploymentGroup = ServerDeploymentGroup.fromServerDeploymentGroupAttributes(this, "ExistingCodeDeployDeploymentGroup", ServerDeploymentGroupAttributes.builder()
         .application(application)
         .deploymentGroupName("MyExistingDeploymentGroup")
         .build());
 

See Also: