interface SupportPermitReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SupportAuthZ.SupportPermitReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssupportauthz#SupportPermitReference |
Java | software.amazon.awscdk.interfaces.supportauthz.SupportPermitReference |
Python | aws_cdk.interfaces.aws_supportauthz.SupportPermitReference |
TypeScript | aws-cdk-lib » interfaces » aws_supportauthz » SupportPermitReference |
A reference to a SupportPermit resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_supportauthz as interfaces_supportauthz } from 'aws-cdk-lib/interfaces';
const supportPermitReference: interfaces_supportauthz.SupportPermitReference = {
supportPermitArn: 'supportPermitArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| support | string | The Arn of the SupportPermit resource. |
supportPermitArn
Type:
string
The Arn of the SupportPermit resource.

.NET
Go
Java
Python
TypeScript