Show / Hide Table of Contents

Class CfnSecurityProfile.FlowModuleProperty

A first-party application's metadata.

Inheritance
object
CfnSecurityProfile.FlowModuleProperty
Implements
CfnSecurityProfile.IFlowModuleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-flowmodule.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-flowmodule.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-flowmodule.html#cfn-connect-securityprofile-flowmodule-flowmoduleid

Type

The type of the first-party application.

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-flowmodule.html#cfn-connect-securityprofile-flowmodule-type

Implements

CfnSecurityProfile.IFlowModuleProperty
Back to top Generated by DocFX