Interface CfnApplicationEntitlementAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationEntitlementAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.689Z")
@Stability(Stable)
public interface CfnApplicationEntitlementAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnApplicationEntitlementAssociation
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appstream.*; CfnApplicationEntitlementAssociationProps cfnApplicationEntitlementAssociationProps = CfnApplicationEntitlementAssociationProps.builder() .applicationIdentifier("applicationIdentifier") .entitlementName("entitlementName") .stackName("stackName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationEntitlementAssociationProps
static final class
An implementation forCfnApplicationEntitlementAssociationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The identifier of the application.The name of the entitlement.The name of the stack.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationIdentifier
The identifier of the application. -
getEntitlementName
The name of the entitlement. -
getStackName
The name of the stack. -
builder
-