AWS Native is in preview. AWS Classic is fully supported.
aws-native.appstream.Entitlement
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::AppStream::Entitlement
Create Entitlement Resource
new Entitlement(name: string, args: EntitlementArgs, opts?: CustomResourceOptions);
@overload
def Entitlement(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_visibility: Optional[str] = None,
attributes: Optional[Sequence[EntitlementAttributeArgs]] = None,
description: Optional[str] = None,
name: Optional[str] = None,
stack_name: Optional[str] = None)
@overload
def Entitlement(resource_name: str,
args: EntitlementArgs,
opts: Optional[ResourceOptions] = None)
func NewEntitlement(ctx *Context, name string, args EntitlementArgs, opts ...ResourceOption) (*Entitlement, error)
public Entitlement(string name, EntitlementArgs args, CustomResourceOptions? opts = null)
public Entitlement(String name, EntitlementArgs args)
public Entitlement(String name, EntitlementArgs args, CustomResourceOptions options)
type: aws-native:appstream:Entitlement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntitlementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EntitlementArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EntitlementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntitlementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EntitlementArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Entitlement Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Entitlement resource accepts the following input properties:
- App
Visibility string - Attributes
List<Pulumi.
Aws Native. App Stream. Inputs. Entitlement Attribute> - Stack
Name string - Description string
- Name string
- App
Visibility string - Attributes
[]Entitlement
Attribute Args - Stack
Name string - Description string
- Name string
- app
Visibility String - attributes
List<Entitlement
Attribute> - stack
Name String - description String
- name String
- app
Visibility string - attributes
Entitlement
Attribute[] - stack
Name string - description string
- name string
- app
Visibility String - attributes List<Property Map>
- stack
Name String - description String
- name String
Outputs
All input properties are implicitly available as output properties. Additionally, the Entitlement resource produces the following output properties:
- Created
Time string - Id string
The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime
- Created
Time string - Id string
The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime
- created
Time String - id String
The provider-assigned unique ID for this managed resource.
- last
Modified StringTime
- created
Time string - id string
The provider-assigned unique ID for this managed resource.
- last
Modified stringTime
- created_
time str - id str
The provider-assigned unique ID for this managed resource.
- last_
modified_ strtime
- created
Time String - id String
The provider-assigned unique ID for this managed resource.
- last
Modified StringTime
Supporting Types
EntitlementAttribute, EntitlementAttributeArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.