@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.622Z") @Stability(value=Stable) public interface CfnApplicationEntitlementAssociationProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getApplicationIdentifier()
The identifier of the application.
|
String |
getEntitlementName()
The name of the entitlement.
|
String |
getStackName()
The name of the stack.
|
@Stability(value=Stable) @NotNull String getApplicationIdentifier()
@Stability(value=Stable) @NotNull String getEntitlementName()
@Stability(value=Stable) @NotNull String getStackName()
@Stability(value=Stable) static CfnApplicationEntitlementAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.