interface FlowModuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnSecurityProfilePropsMixin.FlowModuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnSecurityProfilePropsMixin_FlowModuleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnSecurityProfilePropsMixin.FlowModuleProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnSecurityProfilePropsMixin.FlowModuleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnSecurityProfilePropsMixin » FlowModuleProperty |
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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const flowModuleProperty: connect.CfnSecurityProfilePropsMixin.FlowModuleProperty = {
flowModuleId: 'flowModuleId',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| flow | string | The identifier of the application that you want to give access to. |
| type? | string | The type of the first-party application. |
flowModuleId?
Type:
string
(optional)
The identifier of the application that you want to give access to.
type?
Type:
string
(optional)
The type of the first-party application.

.NET
Go
Java
Python
TypeScript