aws-cdk-lib.aws_appstream.CfnFleet.S3LocationProperty

interface S3LocationProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnFleet.S3LocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnFleet_S3LocationProperty
Javasoftware.amazon.awscdk.services.appstream.CfnFleet.S3LocationProperty
Pythonaws_cdk.aws_appstream.CfnFleet.S3LocationProperty
TypeScript aws-cdk-lib » aws_appstream » CfnFleet » S3LocationProperty

Describes the S3 location.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const s3LocationProperty: appstream.CfnFleet.S3LocationProperty = {
  s3Bucket: 's3Bucket',
  s3Key: 's3Key',
};

Properties

NameTypeDescription
s3BucketstringThe S3 bucket of the S3 object.
s3KeystringThe S3 key of the S3 object.

s3Bucket

Type: string

The S3 bucket of the S3 object.


s3Key

Type: string

The S3 key of the S3 object.