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

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

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

aws-native.appstream.AppBlockBuilder

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

    Resource Type definition for AWS::AppStream::AppBlockBuilder.

    Create AppBlockBuilder Resource

    new AppBlockBuilder(name: string, args: AppBlockBuilderArgs, opts?: CustomResourceOptions);
    @overload
    def AppBlockBuilder(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        access_endpoints: Optional[Sequence[AppBlockBuilderAccessEndpointArgs]] = None,
                        app_block_arns: Optional[Sequence[str]] = None,
                        description: Optional[str] = None,
                        display_name: Optional[str] = None,
                        enable_default_internet_access: Optional[bool] = None,
                        iam_role_arn: Optional[str] = None,
                        instance_type: Optional[str] = None,
                        name: Optional[str] = None,
                        platform: Optional[str] = None,
                        tags: Optional[Sequence[AppBlockBuilderTagArgs]] = None,
                        vpc_config: Optional[AppBlockBuilderVpcConfigArgs] = None)
    @overload
    def AppBlockBuilder(resource_name: str,
                        args: AppBlockBuilderArgs,
                        opts: Optional[ResourceOptions] = None)
    func NewAppBlockBuilder(ctx *Context, name string, args AppBlockBuilderArgs, opts ...ResourceOption) (*AppBlockBuilder, error)
    public AppBlockBuilder(string name, AppBlockBuilderArgs args, CustomResourceOptions? opts = null)
    public AppBlockBuilder(String name, AppBlockBuilderArgs args)
    public AppBlockBuilder(String name, AppBlockBuilderArgs args, CustomResourceOptions options)
    
    type: aws-native:appstream:AppBlockBuilder
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AppBlockBuilderArgs
    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 AppBlockBuilderArgs
    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 AppBlockBuilderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AppBlockBuilderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AppBlockBuilderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AppBlockBuilder 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 AppBlockBuilder resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AppBlockBuilder 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

    AppBlockBuilderAccessEndpoint, AppBlockBuilderAccessEndpointArgs

    EndpointType string
    VpceId string
    EndpointType string
    VpceId string
    endpointType String
    vpceId String
    endpointType string
    vpceId string
    endpointType String
    vpceId String

    AppBlockBuilderTag, AppBlockBuilderTagArgs

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

    AppBlockBuilderVpcConfig, AppBlockBuilderVpcConfigArgs

    SecurityGroupIds List<string>
    SubnetIds List<string>
    SecurityGroupIds []string
    SubnetIds []string
    securityGroupIds List<String>
    subnetIds List<String>
    securityGroupIds string[]
    subnetIds string[]
    security_group_ids Sequence[str]
    subnet_ids Sequence[str]
    securityGroupIds List<String>
    subnetIds List<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.77.0 published on Wednesday, Sep 20, 2023 by Pulumi