AWS::AppStream::AppBlockBuilderCreates an app block builder.
import { CfnAppBlockBuilder } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnAppBlockBuilderConfiguration passed to the constructor as CfnAppBlockBuilderProps.
instanceTypeRequiredstringThe instance type of the app block builder.
nameRequiredstringThe name of the app block builder.
platformRequiredstringThe platform of the app block builder. *Allowed values* : `WINDOWS_SERVER_2019`
vpcConfigRequiredIResolvable | VpcConfigPropertyThe VPC configuration for the app block builder.
accessEndpointsOptionalIResolvable | IResolvable | AccessEndpointProperty[]The access endpoints of the app block builder.
appBlockArnsOptionalstring[]The ARN of the app block. *Maximum* : `1`
descriptionOptionalstringThe description of the app block builder.
displayNameOptionalstringThe display name of the app block builder.
enableDefaultInternetAccessOptionalboolean | IResolvableIndicates whether default internet access is enabled for the app block builder.
iamRoleArnOptionalstringThe ARN of the IAM role that is applied to the app block builder.
tagsOptionalCfnTag[]The tags of the app block builder.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appstreamAWS::AppStream::AppBlockBuilder