@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.425Z")
public interface CfnApplicationEntitlementAssociationProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationEntitlementAssociationProps.Builder
A builder for
CfnApplicationEntitlementAssociationProps |
static class |
CfnApplicationEntitlementAssociationProps.Jsii$Proxy
An implementation for
CfnApplicationEntitlementAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationEntitlementAssociationProps.Builder |
builder() |
java.lang.String |
getApplicationIdentifier()
The identifier of the application.
|
java.lang.String |
getEntitlementName()
The name of the entitlement.
|
java.lang.String |
getStackName()
The name of the stack.
|
java.lang.String getApplicationIdentifier()
java.lang.String getEntitlementName()
java.lang.String getStackName()
static CfnApplicationEntitlementAssociationProps.Builder builder()