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: