Interface CfnAppBlock.S3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAppBlock.S3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnAppBlock
@Stability(Stable)
public static interface CfnAppBlock.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appstream.*; S3LocationProperty s3LocationProperty = S3LocationProperty.builder() .s3Bucket("s3Bucket") // the properties below are optional .s3Key("s3Key") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAppBlock.S3LocationProperty
static final class
An implementation forCfnAppBlock.S3LocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Bucket
The S3 bucket of the app block.- See Also:
-
getS3Key
The S3 key of the S3 object of the virtual hard disk.This is required when it's used by
SetupScriptDetails
andPostSetupScriptDetails
.- See Also:
-
builder
-