Interface CfnSigningJobPropsMixin.S3SourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSigningJobPropsMixin.S3SourceProperty.Jsii$Proxy
- Enclosing class:
CfnSigningJobPropsMixin
@Stability(Stable)
public static interface CfnSigningJobPropsMixin.S3SourceProperty
extends software.amazon.jsii.JsiiSerializable
Information about the Amazon S3 bucket where unsigned code is stored.
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.*;
S3SourceProperty s3SourceProperty = S3SourceProperty.builder()
.bucketName("bucketName")
.key("key")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSigningJobPropsMixin.S3SourcePropertystatic final classAn implementation forCfnSigningJobPropsMixin.S3SourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
Name of the S3 bucket.- See Also:
-
getKey
Key name of the bucket object that contains unsigned code.- See Also:
-
getVersion
Version of the source image in the version-enabled S3 bucket.- See Also:
-
builder
-