Class CfnSecurityProfile.FlowModuleProperty
A first-party application's metadata.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSecurityProfile.FlowModuleProperty : CfnSecurityProfile.IFlowModuleProperty
Syntax (vb)
Public Class CfnSecurityProfile.FlowModuleProperty Implements CfnSecurityProfile.IFlowModuleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var flowModuleProperty = new FlowModuleProperty {
FlowModuleId = "flowModuleId",
Type = "type"
};
Synopsis
Constructors
| FlowModuleProperty() | A first-party application's metadata. |
Properties
| FlowModuleId | The identifier of the application that you want to give access to. |
| Type | The type of the first-party application. |
Constructors
FlowModuleProperty()
A first-party application's metadata.
public FlowModuleProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var flowModuleProperty = new FlowModuleProperty {
FlowModuleId = "flowModuleId",
Type = "type"
};
Properties
FlowModuleId
The identifier of the application that you want to give access to.
public string FlowModuleId { get; set; }
Property Value
Remarks
Type
The type of the first-party application.
public string Type { get; set; }