aws-native logo
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
CreatedTime string
Id string

The provider-assigned unique ID for this managed resource.

Arn string
CreatedTime string
Id string

The provider-assigned unique ID for this managed resource.

arn String
createdTime String
id String

The provider-assigned unique ID for this managed resource.

arn string
createdTime 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
createdTime String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

AppBlockS3Location

S3Bucket string
S3Key string
S3Bucket string
S3Key string
s3Bucket String
s3Key String
s3Bucket string
s3Key string
s3Bucket String
s3Key String

AppBlockScriptDetails

AppBlockTag

TagKey string
TagValue string
TagKey string
TagValue string
tagKey String
tagValue String
tagKey string
tagValue string
tagKey String
tagValue String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0