interface FlowModuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnSecurityProfile.FlowModuleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnSecurityProfile_FlowModuleProperty |
Java | software.amazon.awscdk.services.connect.CfnSecurityProfile.FlowModuleProperty |
Python | aws_cdk.aws_connect.CfnSecurityProfile.FlowModuleProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnSecurityProfile » 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-lib';
const flowModuleProperty: connect.CfnSecurityProfile.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
The identifier of the application that you want to give access to.
type
Type:
string
The type of the first-party application.

.NET
Go
Java
Python
TypeScript