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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.signer.SigningProfileProps
SigningProfileProps.Builder, SigningProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SigningProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSigningProfileProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Platform
The Signing Platform available for signing profile.final Duration
The validity period for signatures generated using this signing profile.final String
Physical name of this Signing Profile.final int
hashCode()
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:SigningProfileProps
The Signing Platform available for signing profile.- Specified by:
getPlatform
in interfaceSigningProfileProps
- See Also:
-
getSignatureValidity
Description copied from interface:SigningProfileProps
The validity period for signatures generated using this signing profile.Default: - 135 months
- Specified by:
getSignatureValidity
in interfaceSigningProfileProps
-
getSigningProfileName
Description copied from interface:SigningProfileProps
Physical name of this Signing Profile.Default: - Assigned by CloudFormation (recommended).
- Specified by:
getSigningProfileName
in interfaceSigningProfileProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-