Interface EcsApplicationProps

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

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-03-01T20:58:21.454Z") @Stability(Stable) public interface EcsApplicationProps extends software.amazon.jsii.JsiiSerializable
Construction properties for EcsApplication.

Example:

 EcsApplication application = EcsApplication.Builder.create(this, "CodeDeployApplication")
         .applicationName("MyApplication")
         .build();