Class CfnHookTypeConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.CfnHookTypeConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHookTypeConfigProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHookTypeConfigProps
@Stability(Stable)
@Internal
public static final class CfnHookTypeConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHookTypeConfigProps
An implementation for
CfnHookTypeConfigProps
-
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.cloudformation.CfnHookTypeConfigProps
CfnHookTypeConfigProps.Builder, CfnHookTypeConfigProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnHookTypeConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHookTypeConfigProps.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 String
Specifies the activated hook type configuration, in this AWS account and AWS Region .final String
Specifies the activated hook type configuration, in this AWS account and AWS Region .final String
The Amazon Resource Number (ARN) for the hook to setConfiguration
for.final String
The unique name for your hook.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 theCfnHookTypeConfigProps.Builder
.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnHookTypeConfigProps
Specifies the activated hook type configuration, in this AWS account and AWS Region .You must specify either
TypeName
andConfiguration
orTypeArn
andConfiguration
.- Specified by:
getConfiguration
in interfaceCfnHookTypeConfigProps
- See Also:
-
getConfigurationAlias
Description copied from interface:CfnHookTypeConfigProps
Specifies the activated hook type configuration, in this AWS account and AWS Region .Defaults to
default
alias. Hook types currently support default configuration alias.Default: - "default"
- Specified by:
getConfigurationAlias
in interfaceCfnHookTypeConfigProps
- See Also:
-
getTypeArn
Description copied from interface:CfnHookTypeConfigProps
The Amazon Resource Number (ARN) for the hook to setConfiguration
for.You must specify either
TypeName
andConfiguration
orTypeArn
andConfiguration
.- Specified by:
getTypeArn
in interfaceCfnHookTypeConfigProps
- See Also:
-
getTypeName
Description copied from interface:CfnHookTypeConfigProps
The unique name for your hook.Specifies a three-part namespace for your hook, with a recommended pattern of
Organization::Service::Hook
.You must specify either
TypeName
andConfiguration
orTypeArn
andConfiguration
.- Specified by:
getTypeName
in interfaceCfnHookTypeConfigProps
- See Also:
-
$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()
-