Interface IPermissionReference
A reference to a Permission resource.
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPermissionReference
Syntax (vb)
Public Interface IPermissionReference
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.ACMPCA;
var permissionReference = new PermissionReference {
CertificateAuthorityArn = "certificateAuthorityArn",
Principal = "principal"
};
Synopsis
Properties
CertificateAuthorityArn | The CertificateAuthorityArn of the Permission resource. |
Principal | The Principal of the Permission resource. |
Properties
CertificateAuthorityArn
The CertificateAuthorityArn of the Permission resource.
string CertificateAuthorityArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Principal
The Principal of the Permission resource.
string Principal { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated