1. Packages
  2. AWS Native
  3. API Docs
  4. appstream
  5. AppBlock

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.appstream.AppBlock

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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,
                 packaging_type: Optional[str] = None,
                 post_setup_script_details: Optional[AppBlockScriptDetailsArgs] = None,
                 setup_script_details: Optional[AppBlockScriptDetailsArgs] = None,
                 source_s3_location: Optional[AppBlockS3LocationArgs] = None,
                 tags: Optional[Sequence[Union[AppBlockTag0PropertiesArgs, AppBlockTag1PropertiesArgs]]] = 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, AppBlockS3LocationArgs

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

    AppBlockScriptDetails, AppBlockScriptDetailsArgs

    AppBlockTag0Properties, AppBlockTag0PropertiesArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AppBlockTag1Properties, AppBlockTag1PropertiesArgs

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi