interface S3LocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppStream.CfnFleet.S3LocationProperty |
Java | software.amazon.awscdk.services.appstream.CfnFleet.S3LocationProperty |
Python | aws_cdk.aws_appstream.CfnFleet.S3LocationProperty |
TypeScript | @aws-cdk/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 * as appstream from '@aws-cdk/aws-appstream';
const s3LocationProperty: appstream.CfnFleet.S3LocationProperty = {
s3Bucket: 's3Bucket',
s3Key: 's3Key',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | The S3 bucket of the S3 object. |
s3 | string | The 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.