interface S3LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.CfnAppBlock.S3LocationProperty |
![]() | software.amazon.awscdk.services.appstream.CfnAppBlock.S3LocationProperty |
![]() | aws_cdk.aws_appstream.CfnAppBlock.S3LocationProperty |
![]() | @aws-cdk/aws-appstream » CfnAppBlock » S3LocationProperty |
The S3 location of the app block.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appstream from '@aws-cdk/aws-appstream';
const s3LocationProperty: appstream.CfnAppBlock.S3LocationProperty = {
s3Bucket: 's3Bucket',
s3Key: 's3Key',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | The S3 bucket of the app block. |
s3 | string | The S3 key of the S3 object of the virtual hard disk. |
s3Bucket
Type:
string
The S3 bucket of the app block.
s3Key
Type:
string
The S3 key of the S3 object of the virtual hard disk.