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