Interface CfnFpgaImagePropsMixin.StorageLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFpgaImagePropsMixin.StorageLocationProperty.Jsii$Proxy
- Enclosing class:
CfnFpgaImagePropsMixin
@Stability(Stable)
public static interface CfnFpgaImagePropsMixin.StorageLocationProperty
extends software.amazon.jsii.JsiiSerializable
Describes a storage location in Amazon S3.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
StorageLocationProperty storageLocationProperty = StorageLocationProperty.builder()
.bucket("bucket")
.key("key")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFpgaImagePropsMixin.StorageLocationPropertystatic final classAn implementation forCfnFpgaImagePropsMixin.StorageLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
The name of the S3 bucket.- See Also:
-
getKey
The key.- See Also:
-
builder
-