Class CfnSigningJob.S3SourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.signer.CfnSigningJob.S3SourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSigningJob.S3SourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSigningJob.S3SourceProperty
@Stability(Stable)
@Internal
public static final class CfnSigningJob.S3SourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSigningJob.S3SourceProperty
An implementation for
CfnSigningJob.S3SourceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.signer.CfnSigningJob.S3SourceProperty
CfnSigningJob.S3SourceProperty.Builder, CfnSigningJob.S3SourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSigningJob.S3SourceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringName of the S3 bucket.final StringgetKey()Key name of the bucket object that contains unsigned code.final StringVersion of the source image in the version-enabled S3 bucket.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSigningJob.S3SourceProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnSigningJob.S3SourcePropertyName of the S3 bucket.- Specified by:
getBucketNamein interfaceCfnSigningJob.S3SourceProperty- See Also:
-
getKey
Description copied from interface:CfnSigningJob.S3SourcePropertyKey name of the bucket object that contains unsigned code.- Specified by:
getKeyin interfaceCfnSigningJob.S3SourceProperty- See Also:
-
getVersion
Description copied from interface:CfnSigningJob.S3SourcePropertyVersion of the source image in the version-enabled S3 bucket.- Specified by:
getVersionin interfaceCfnSigningJob.S3SourceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-