Interface CfnFpgaImage.StorageLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFpgaImage.StorageLocationProperty.Jsii$Proxy
- Enclosing class:
CfnFpgaImage
@Stability(Stable)
public static interface CfnFpgaImage.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.services.ec2.*;
StorageLocationProperty storageLocationProperty = StorageLocationProperty.builder()
.bucket("bucket")
.key("key")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFpgaImage.StorageLocationPropertystatic final classAn implementation forCfnFpgaImage.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
-