Interface CfnApplicationEntitlementAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationEntitlementAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:28.749Z")
@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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationEntitlementAssociationPropsstatic final classAn 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.- See Also:
-
getEntitlementName
The name of the entitlement.- See Also:
-
getStackName
The name of the stack.- See Also:
-
builder
-