Interface CfnSigningJobPropsMixin.S3SignedObjectProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSigningJobPropsMixin.S3SignedObjectProperty.Jsii$Proxy
Enclosing class:
CfnSigningJobPropsMixin

@Stability(Stable) public static interface CfnSigningJobPropsMixin.S3SignedObjectProperty extends software.amazon.jsii.JsiiSerializable
The Amazon S3 bucket name and key where Signer saved the signed code image.

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.signer.*;
 S3SignedObjectProperty s3SignedObjectProperty = S3SignedObjectProperty.builder()
         .bucketName("bucketName")
         .key("key")
         .build();
 

See Also: