@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:35.439Z")
public interface CfnEntitlementProps
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.*; CfnEntitlementProps cfnEntitlementProps = CfnEntitlementProps.builder() .appVisibility("appVisibility") .attributes(List.of(AttributeProperty.builder() .name("name") .value("value") .build())) .name("name") .stackName("stackName") // the properties below are optional .description("description") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEntitlementProps.Builder
A builder for
CfnEntitlementProps |
static class |
CfnEntitlementProps.Jsii$Proxy
An implementation for
CfnEntitlementProps |
Modifier and Type | Method and Description |
---|---|
static CfnEntitlementProps.Builder |
builder() |
java.lang.String |
getAppVisibility()
Specifies whether to entitle all apps or only selected apps.
|
java.lang.Object |
getAttributes()
The attributes of the entitlement.
|
default java.lang.String |
getDescription()
The description of the entitlement.
|
java.lang.String |
getName()
The name of the entitlement.
|
java.lang.String |
getStackName()
The name of the stack.
|
java.lang.String getAppVisibility()
java.lang.Object getAttributes()
java.lang.String getName()
java.lang.String getStackName()
default java.lang.String getDescription()
static CfnEntitlementProps.Builder builder()
CfnEntitlementProps.Builder
of CfnEntitlementProps