Interface ServerDeploymentGroupAttributes

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:04.359Z") @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: