Interface CfnSecurityProfile.FlowModuleProperty

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

@Stability(Stable) public static interface CfnSecurityProfile.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.services.connect.*;
 FlowModuleProperty flowModuleProperty = FlowModuleProperty.builder()
         .flowModuleId("flowModuleId")
         .type("type")
         .build();
 

See Also: