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
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
Properties
PolicyName | The name of the AWS IoT policy. |
Principal | The principal, which can be a certificate ARN (as returned from the |
Properties
PolicyName
The name of the AWS IoT policy.
string PolicyName { get; }
Property Value
System.String
Remarks
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