Class SupportPermitReference
A reference to a SupportPermit resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SupportAuthZ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SupportPermitReference : ISupportPermitReference
Syntax (vb)
Public Class SupportPermitReference Implements ISupportPermitReference
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.SupportAuthZ;
var supportPermitReference = new SupportPermitReference {
SupportPermitArn = "supportPermitArn"
};
Synopsis
Constructors
| SupportPermitReference() | A reference to a SupportPermit resource. |
Properties
| SupportPermitArn | The Arn of the SupportPermit resource. |
Constructors
SupportPermitReference()
A reference to a SupportPermit resource.
public SupportPermitReference()
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.SupportAuthZ;
var supportPermitReference = new SupportPermitReference {
SupportPermitArn = "supportPermitArn"
};
Properties
SupportPermitArn
The Arn of the SupportPermit resource.
public string SupportPermitArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated