Interface CfnApplicationPropsMixin.ComponentInfoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationPropsMixin.ComponentInfoProperty.Jsii$Proxy
Enclosing class:
CfnApplicationPropsMixin

@Stability(Stable) public static interface CfnApplicationPropsMixin.ComponentInfoProperty extends software.amazon.jsii.JsiiSerializable
This is information about the component of your SAP application, such as Web Dispatcher.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.systemsmanagersap.*;
 ComponentInfoProperty componentInfoProperty = ComponentInfoProperty.builder()
         .componentType("componentType")
         .ec2InstanceId("ec2InstanceId")
         .sid("sid")
         .build();
 

See Also: