Interface IPolicyPrincipalAttachmentReference
A reference to a PolicyPrincipalAttachment resource.
Namespace: Amazon.CDK.Interfaces.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicyPrincipalAttachmentReference
Syntax (vb)
Public Interface IPolicyPrincipalAttachmentReference
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.Interfaces.IoT;
var policyPrincipalAttachmentReference = new PolicyPrincipalAttachmentReference {
PolicyPrincipalAttachmentId = "policyPrincipalAttachmentId"
};
Synopsis
Properties
| PolicyPrincipalAttachmentId | The Id of the PolicyPrincipalAttachment resource. |
Properties
PolicyPrincipalAttachmentId
The Id of the PolicyPrincipalAttachment resource.
string PolicyPrincipalAttachmentId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated