Show / Hide Table of Contents

Class CfnPolicyPrincipalAttachmentProps

Properties for defining a CfnPolicyPrincipalAttachment.

Inheritance
object
CfnPolicyPrincipalAttachmentProps
Implements
ICfnPolicyPrincipalAttachmentProps
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.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyPrincipalAttachmentProps : ICfnPolicyPrincipalAttachmentProps
Syntax (vb)
Public Class CfnPolicyPrincipalAttachmentProps Implements ICfnPolicyPrincipalAttachmentProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.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.IoT;

             var cfnPolicyPrincipalAttachmentProps = new CfnPolicyPrincipalAttachmentProps {
                 PolicyName = "policyName",
                 Principal = "principal"
             };

Synopsis

Constructors

CfnPolicyPrincipalAttachmentProps()

Properties for defining a CfnPolicyPrincipalAttachment.

Properties

PolicyName

The name of the AWS IoT policy.

Principal

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

Constructors

CfnPolicyPrincipalAttachmentProps()

Properties for defining a CfnPolicyPrincipalAttachment.

public CfnPolicyPrincipalAttachmentProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.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.IoT;

             var cfnPolicyPrincipalAttachmentProps = new CfnPolicyPrincipalAttachmentProps {
                 PolicyName = "policyName",
                 Principal = "principal"
             };

Properties

PolicyName

The name of the AWS IoT policy.

public string PolicyName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname

Principal

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

public string Principal { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal

Implements

ICfnPolicyPrincipalAttachmentProps
Back to top Generated by DocFX