Class SigningProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.signer.SigningProfileProps.Jsii$Proxy
- All Implemented Interfaces:
SigningProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SigningProfileProps
@Stability(Stable)
@Internal
public static final class SigningProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SigningProfileProps
An implementation for
SigningProfileProps-
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.SigningProfileProps
SigningProfileProps.Builder, SigningProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SigningProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSigningProfileProps.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 PlatformThe Signing Platform available for signing profile.final DurationThe validity period for signatures generated using this signing profile.final StringPhysical name of this Signing Profile.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 theSigningProfileProps.Builder.
-
-
Method Details
-
getPlatform
Description copied from interface:SigningProfilePropsThe Signing Platform available for signing profile.- Specified by:
getPlatformin interfaceSigningProfileProps- See Also:
-
getSignatureValidity
Description copied from interface:SigningProfilePropsThe validity period for signatures generated using this signing profile.Default: - 135 months
- Specified by:
getSignatureValidityin interfaceSigningProfileProps
-
getSigningProfileName
Description copied from interface:SigningProfilePropsPhysical name of this Signing Profile.Default: - Assigned by CloudFormation (recommended).
- Specified by:
getSigningProfileNamein interfaceSigningProfileProps
-
$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()
-