interface S3LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.CfnApplication.S3LocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnApplication_S3LocationProperty |
![]() | software.amazon.awscdk.services.appstream.CfnApplication.S3LocationProperty |
![]() | aws_cdk.aws_appstream.CfnApplication.S3LocationProperty |
![]() | aws-cdk-lib » aws_appstream » CfnApplication » S3LocationProperty |
The S3 location of the application icon.
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.CfnApplication.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.