Interface ServerDeploymentGroupAttributes

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:28.419Z") @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: