Interface CfnSecurityProfilePropsMixin.FlowModuleProperty

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

@Stability(Stable) public static interface CfnSecurityProfilePropsMixin.FlowModuleProperty extends software.amazon.jsii.JsiiSerializable
A first-party application's metadata.

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.connect.*;
 FlowModuleProperty flowModuleProperty = FlowModuleProperty.builder()
         .flowModuleId("flowModuleId")
         .type("type")
         .build();
 

See Also: