Show / Hide Table of Contents

Interface ICfnPolicyPrincipalAttachmentProps

Properties for defining a CfnPolicyPrincipalAttachment.

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface ICfnPolicyPrincipalAttachmentProps
Syntax (vb)
Public Interface ICfnPolicyPrincipalAttachmentProps
Remarks

Link: 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;

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

Synopsis

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.

Properties

PolicyName

The name of the AWS IoT policy.

string PolicyName { get; }
Property Value

System.String

Remarks

Link: 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.

string Principal { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX