Show / Hide Table of Contents

Class CfnActionConnectorPropsMixin.IAMConnectionMetadataProperty

Inheritance
object
CfnActionConnectorPropsMixin.IAMConnectionMetadataProperty
Implements
CfnActionConnectorPropsMixin.IIAMConnectionMetadataProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnActionConnectorPropsMixin.IAMConnectionMetadataProperty : CfnActionConnectorPropsMixin.IIAMConnectionMetadataProperty
Syntax (vb)
Public Class CfnActionConnectorPropsMixin.IAMConnectionMetadataProperty Implements CfnActionConnectorPropsMixin.IIAMConnectionMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-iamconnectionmetadata.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.CfnPropertyMixins.AWS.QuickSight;

             var iAMConnectionMetadataProperty = new Dictionary<string, string?> {
                 { "roleArn", "roleArn" }
             };

Synopsis

Constructors

IAMConnectionMetadataProperty()

Properties

RoleArn

Constructors

IAMConnectionMetadataProperty()

public IAMConnectionMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-iamconnectionmetadata.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.CfnPropertyMixins.AWS.QuickSight;

             var iAMConnectionMetadataProperty = new Dictionary<string, string?> {
                 { "roleArn", "roleArn" }
             };

Properties

RoleArn

public string? RoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-iamconnectionmetadata.html#cfn-quicksight-actionconnector-iamconnectionmetadata-rolearn

Implements

CfnActionConnectorPropsMixin.IIAMConnectionMetadataProperty
Back to top Generated by DocFX