interface SubscriptionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.PricingPlanManager.SubscriptionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspricingplanmanager#SubscriptionReference |
Java | software.amazon.awscdk.interfaces.pricingplanmanager.SubscriptionReference |
Python | aws_cdk.interfaces.aws_pricingplanmanager.SubscriptionReference |
TypeScript | aws-cdk-lib » interfaces » aws_pricingplanmanager » SubscriptionReference |
A reference to a Subscription resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pricingplanmanager as interfaces_pricingplanmanager } from 'aws-cdk-lib/interfaces';
const subscriptionReference: interfaces_pricingplanmanager.SubscriptionReference = {
subscriptionArn: 'subscriptionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| subscription | string | The Arn of the Subscription resource. |
subscriptionArn
Type:
string
The Arn of the Subscription resource.

.NET
Go
Java
Python
TypeScript