Interface CfnSubscriptionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSubscriptionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:24.486Z")
@Stability(Stable)
public interface CfnSubscriptionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnSubscriptionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pricingplanmanager.*;
CfnSubscriptionMixinProps cfnSubscriptionMixinProps = CfnSubscriptionMixinProps.builder()
.planFamily("planFamily")
.planTier("planTier")
.resourceArns(List.of("resourceArns"))
.usageLevel("usageLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSubscriptionMixinPropsstatic final classAn implementation forCfnSubscriptionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlanFamily
The name of the pricing plan family.- See Also:
-
getPlanTier
The tier of the pricing plan.CloudFormation does not change the tier of an existing subscription; a stack update that changes the tier, upgrading or downgrading it, is rejected.
- See Also:
-
getResourceArns
The ARNs of resources associated with the subscription.- See Also:
-
getUsageLevel
- See Also:
-
builder
- Returns:
- a
CfnSubscriptionMixinProps.BuilderofCfnSubscriptionMixinProps
-