Class CfnSupportPermitMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.supportauthz.CfnSupportPermitMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSupportPermitMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSupportPermitMixinProps
@Stability(Stable)
@Internal
public static final class CfnSupportPermitMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSupportPermitMixinProps
An implementation for
CfnSupportPermitMixinProps-
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.supportauthz.CfnSupportPermitMixinProps
CfnSupportPermitMixinProps.Builder, CfnSupportPermitMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSupportPermitMixinProps.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 StringAn optional description of the support permit.final StringgetName()The name of the support permit.final ObjectThe grant definition: which actions on which resources, optionally constrained by time conditions.final ObjectThe signing key used by the permit.final StringThe support case display identifier associated with the permit.getTags()A list of key-value pairs to apply to this resource.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 theCfnSupportPermitMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSupportPermitMixinPropsAn optional description of the support permit.- Specified by:
getDescriptionin interfaceCfnSupportPermitMixinProps- See Also:
-
getName
Description copied from interface:CfnSupportPermitMixinPropsThe name of the support permit.- Specified by:
getNamein interfaceCfnSupportPermitMixinProps- See Also:
-
getPermit
Description copied from interface:CfnSupportPermitMixinPropsThe grant definition: which actions on which resources, optionally constrained by time conditions.Returns union: either
IResolvableorCfnSupportPermitPropsMixin.PermitProperty- Specified by:
getPermitin interfaceCfnSupportPermitMixinProps- See Also:
-
getSigningKeyInfo
Description copied from interface:CfnSupportPermitMixinPropsThe signing key used by the permit.Exactly one key type must be provided.
Returns union: either
IResolvableorCfnSupportPermitPropsMixin.SigningKeyInfoProperty- Specified by:
getSigningKeyInfoin interfaceCfnSupportPermitMixinProps- See Also:
-
getSupportCaseDisplayId
Description copied from interface:CfnSupportPermitMixinPropsThe support case display identifier associated with the permit.When provided, the permit is linked to the specified AWS Support case.
- Specified by:
getSupportCaseDisplayIdin interfaceCfnSupportPermitMixinProps- See Also:
-
getTags
Description copied from interface:CfnSupportPermitMixinPropsA list of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnSupportPermitMixinProps- 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()
-