Class CfnCustomResourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnCustomResourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomResourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomResourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnCustomResourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomResourceMixinProps
An implementation for
CfnCustomResourceMixinProps-
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.cloudformation.CfnCustomResourceMixinProps
CfnCustomResourceMixinProps.Builder, CfnCustomResourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomResourceMixinProps.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 NumberThe maximum time, in seconds, that can elapse before a custom resource operation times out.final StringThe service token, such as an Amazon topic ARN or Lambda function ARN.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 theCfnCustomResourceMixinProps.Builder.
-
-
Method Details
-
getServiceTimeout
Description copied from interface:CfnCustomResourceMixinPropsThe maximum time, in seconds, that can elapse before a custom resource operation times out.The value must be an integer from 1 to 3600. The default value is 3600 seconds (1 hour).
- Specified by:
getServiceTimeoutin interfaceCfnCustomResourceMixinProps- See Also:
-
getServiceToken
Description copied from interface:CfnCustomResourceMixinPropsThe service token, such as an Amazon topic ARN or Lambda function ARN.The service token must be from the same Region as the stack.
Updates aren't supported.
- Specified by:
getServiceTokenin interfaceCfnCustomResourceMixinProps- 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()
-