AWS::AppStream::AppBlockBuilderResource Type definition for AWS::AppStream::AppBlockBuilder.
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceType | string | Required |
Name | string | RequiredCreate-only |
Platform | string | Required |
VpcConfig | VpcConfig | Required |
AccessEndpoints | Array<AccessEndpoint> | |
AppBlockArns | Array<string> | Write-only |
Description | string | |
DisplayName | string | |
EnableDefaultInternetAccess | boolean | |
IamRoleArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppStream::AppBlockBuilder
Resources:
MyResource:
Type: AWS::AppStream::AppBlockBuilder
Properties:
Name: "my-name"
Platform: "value"
InstanceType: "value"
VpcConfig: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:CreateAppBlockBuilderappstream:DescribeAppBlockBuildersappstream:StartAppBlockBuilderappstream:AssociateAppBlockBuilderAppBlockappstream:DescribeAppBlockBuilderAppBlockAssociationsappstream:TagResourceappstream:ListTagsForResourceiam:PassRoleappstream:DescribeAppBlockBuildersappstream:ListTagsForResourceappstream:UpdateAppBlockBuilderappstream:DescribeAppBlockBuildersappstream:StartAppBlockBuilderappstream:StopAppBlockBuilderappstream:AssociateAppBlockBuilderAppBlockappstream:DisassociateAppBlockBuilderAppBlockappstream:DescribeAppBlockBuilderAppBlockAssociationsappstream:ListTagsForResourceappstream:DescribeAppBlockBuildersappstream:DeleteAppBlockBuilderappstream:DisassociateAppBlockBuilderAppBlockappstream:DescribeAppBlockBuilderAppBlockAssociationsappstream:DescribeAppBlockBuildersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name