AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.appstream.AppBlock
Explore with Pulumi AI
Resource Type definition for AWS::AppStream::AppBlock
Create AppBlock Resource
new AppBlock(name: string, args: AppBlockArgs, opts?: CustomResourceOptions);
@overload
def AppBlock(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
name: Optional[str] = None,
setup_script_details: Optional[AppBlockScriptDetailsArgs] = None,
source_s3_location: Optional[AppBlockS3LocationArgs] = None,
tags: Optional[Sequence[AppBlockTagArgs]] = None)
@overload
def AppBlock(resource_name: str,
args: AppBlockArgs,
opts: Optional[ResourceOptions] = None)
func NewAppBlock(ctx *Context, name string, args AppBlockArgs, opts ...ResourceOption) (*AppBlock, error)
public AppBlock(string name, AppBlockArgs args, CustomResourceOptions? opts = null)
public AppBlock(String name, AppBlockArgs args)
public AppBlock(String name, AppBlockArgs args, CustomResourceOptions options)
type: aws-native:appstream:AppBlock
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppBlockArgs
- 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 AppBlockArgs
- 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 AppBlockArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppBlockArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppBlockArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AppBlock 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 AppBlock resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the AppBlock resource produces the following output properties:
- Arn string
- Created
Time string - Id string
The provider-assigned unique ID for this managed resource.
- Arn string
- Created
Time string - Id string
The provider-assigned unique ID for this managed resource.
- arn String
- created
Time String - id String
The provider-assigned unique ID for this managed resource.
- arn string
- created
Time string - id string
The provider-assigned unique ID for this managed resource.
- arn str
- created_
time str - id str
The provider-assigned unique ID for this managed resource.
- arn String
- created
Time String - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
AppBlockS3Location
AppBlockScriptDetails
- executable
Path String - script
S3Location AppBlock S3Location - timeout
In IntegerSeconds - executable
Parameters String
- executable
Path string - script
S3Location AppBlock S3Location - timeout
In numberSeconds - executable
Parameters string
- executable
Path String - script
S3Location Property Map - timeout
In NumberSeconds - executable
Parameters String
AppBlockTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0