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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityProfilePropsMixin.FlowModulePropertystatic final classAn implementation forCfnSecurityProfilePropsMixin.FlowModuleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowModuleId
The identifier of the application that you want to give access to.- See Also:
-
getType
The type of the first-party application.- See Also:
-
builder
-