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.112.0 published on Wednesday, Jul 24, 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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource Type definition for AWS::AppStream::AppBlock

    Create AppBlock Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AppBlock(name: string, args: AppBlockArgs, opts?: CustomResourceOptions);
    @overload
    def AppBlock(resource_name: str,
                 args: AppBlockArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def AppBlock(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 source_s3_location: Optional[AppBlockS3LocationArgs] = 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,
                 tags: Optional[Sequence[Union[AppBlockTag0PropertiesArgs, AppBlockTag1PropertiesArgs]]] = 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.
    
    

    Parameters

    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:

    SourceS3Location Pulumi.AwsNative.AppStream.Inputs.AppBlockS3Location
    The source S3 location of the app block.
    Description string
    The description of the app block.
    DisplayName string
    The display name of the app block.
    Name string

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    PackagingType string
    The packaging type of the app block.
    PostSetupScriptDetails Pulumi.AwsNative.AppStream.Inputs.AppBlockScriptDetails
    The post setup script details of the app block.
    SetupScriptDetails Pulumi.AwsNative.AppStream.Inputs.AppBlockScriptDetails
    The setup script details of the app block.
    Tags List<Union<Pulumi.AwsNative.AppStream.Inputs.AppBlockTag0Properties, Pulumi.AwsNative.AppStream.Inputs.AppBlockTag1PropertiesArgs>>
    The tags of the app block.
    SourceS3Location AppBlockS3LocationArgs
    The source S3 location of the app block.
    Description string
    The description of the app block.
    DisplayName string
    The display name of the app block.
    Name string

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    PackagingType string
    The packaging type of the app block.
    PostSetupScriptDetails AppBlockScriptDetailsArgs
    The post setup script details of the app block.
    SetupScriptDetails AppBlockScriptDetailsArgs
    The setup script details of the app block.
    Tags []interface{}
    The tags of the app block.
    sourceS3Location AppBlockS3Location
    The source S3 location of the app block.
    description String
    The description of the app block.
    displayName String
    The display name of the app block.
    name String

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    packagingType String
    The packaging type of the app block.
    postSetupScriptDetails AppBlockScriptDetails
    The post setup script details of the app block.
    setupScriptDetails AppBlockScriptDetails
    The setup script details of the app block.
    tags List<Either<AppBlockTag0Properties,AppBlockTag1PropertiesArgs>>
    The tags of the app block.
    sourceS3Location AppBlockS3Location
    The source S3 location of the app block.
    description string
    The description of the app block.
    displayName string
    The display name of the app block.
    name string

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    packagingType string
    The packaging type of the app block.
    postSetupScriptDetails AppBlockScriptDetails
    The post setup script details of the app block.
    setupScriptDetails AppBlockScriptDetails
    The setup script details of the app block.
    tags (AppBlockTag0Properties | AppBlockTag1PropertiesArgs)[]
    The tags of the app block.
    source_s3_location AppBlockS3LocationArgs
    The source S3 location of the app block.
    description str
    The description of the app block.
    display_name str
    The display name of the app block.
    name str

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    packaging_type str
    The packaging type of the app block.
    post_setup_script_details AppBlockScriptDetailsArgs
    The post setup script details of the app block.
    setup_script_details AppBlockScriptDetailsArgs
    The setup script details of the app block.
    tags Sequence[Union[AppBlockTag0PropertiesArgs, AppBlockTag1PropertiesArgs]]
    The tags of the app block.
    sourceS3Location Property Map
    The source S3 location of the app block.
    description String
    The description of the app block.
    displayName String
    The display name of the app block.
    name String

    The name of the app block.

    Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$

    packagingType String
    The packaging type of the app block.
    postSetupScriptDetails Property Map
    The post setup script details of the app block.
    setupScriptDetails Property Map
    The setup script details of the app block.
    tags List<Property Map | Property Map>
    The tags of the app block.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AppBlock resource produces the following output properties:

    Arn string
    The ARN of the app block.
    CreatedTime string
    The time when the app block was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The ARN of the app block.
    CreatedTime string
    The time when the app block was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The ARN of the app block.
    createdTime String
    The time when the app block was created.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The ARN of the app block.
    createdTime string
    The time when the app block was created.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The ARN of the app block.
    created_time str
    The time when the app block was created.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The ARN of the app block.
    createdTime String
    The time when the app block was created.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    AppBlockS3Location, AppBlockS3LocationArgs

    S3Bucket string
    The S3 bucket of the app block.
    S3Key string

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    S3Bucket string
    The S3 bucket of the app block.
    S3Key string

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    s3Bucket String
    The S3 bucket of the app block.
    s3Key String

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    s3Bucket string
    The S3 bucket of the app block.
    s3Key string

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    s3_bucket str
    The S3 bucket of the app block.
    s3_key str

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    s3Bucket String
    The S3 bucket of the app block.
    s3Key String

    The S3 key of the S3 object of the virtual hard disk.

    This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

    AppBlockScriptDetails, AppBlockScriptDetailsArgs

    ExecutablePath string
    The run path for the script.
    ScriptS3Location Pulumi.AwsNative.AppStream.Inputs.AppBlockS3Location
    The S3 object location of the script.
    TimeoutInSeconds int
    The run timeout, in seconds, for the script.
    ExecutableParameters string
    The parameters used in the run path for the script.
    ExecutablePath string
    The run path for the script.
    ScriptS3Location AppBlockS3Location
    The S3 object location of the script.
    TimeoutInSeconds int
    The run timeout, in seconds, for the script.
    ExecutableParameters string
    The parameters used in the run path for the script.
    executablePath String
    The run path for the script.
    scriptS3Location AppBlockS3Location
    The S3 object location of the script.
    timeoutInSeconds Integer
    The run timeout, in seconds, for the script.
    executableParameters String
    The parameters used in the run path for the script.
    executablePath string
    The run path for the script.
    scriptS3Location AppBlockS3Location
    The S3 object location of the script.
    timeoutInSeconds number
    The run timeout, in seconds, for the script.
    executableParameters string
    The parameters used in the run path for the script.
    executable_path str
    The run path for the script.
    script_s3_location AppBlockS3Location
    The S3 object location of the script.
    timeout_in_seconds int
    The run timeout, in seconds, for the script.
    executable_parameters str
    The parameters used in the run path for the script.
    executablePath String
    The run path for the script.
    scriptS3Location Property Map
    The S3 object location of the script.
    timeoutInSeconds Number
    The run timeout, in seconds, for the script.
    executableParameters String
    The parameters used in the run path for the script.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi