@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:35.431Z")
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()