Class CfnSigningProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.signer.CfnSigningProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSigningProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSigningProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnSigningProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSigningProfileMixinProps
An implementation for
CfnSigningProfileMixinProps-
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.cfnpropertymixins.services.signer.CfnSigningProfileMixinProps
CfnSigningProfileMixinProps.Builder, CfnSigningProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSigningProfileMixinProps.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 StringThe ID of a platform that is available for use by a signing profile.final StringThe name of the signing profile.final ObjectThe validity period override for any signature generated using this signing profile.getTags()A list of tags associated with the 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 theCfnSigningProfileMixinProps.Builder.
-
-
Method Details
-
getPlatformId
Description copied from interface:CfnSigningProfileMixinPropsThe ID of a platform that is available for use by a signing profile.- Specified by:
getPlatformIdin interfaceCfnSigningProfileMixinProps- See Also:
-
getProfileName
Description copied from interface:CfnSigningProfileMixinPropsThe name of the signing profile.- Specified by:
getProfileNamein interfaceCfnSigningProfileMixinProps- See Also:
-
getSignatureValidityPeriod
Description copied from interface:CfnSigningProfileMixinPropsThe validity period override for any signature generated using this signing profile.If unspecified, the default is 135 months.
Returns union: either
IResolvableorCfnSigningProfilePropsMixin.SignatureValidityPeriodProperty- Specified by:
getSignatureValidityPeriodin interfaceCfnSigningProfileMixinProps- See Also:
-
getTags
Description copied from interface:CfnSigningProfileMixinPropsA list of tags associated with the signing profile.- Specified by:
getTagsin interfaceCfnSigningProfileMixinProps- 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()
-