public static final class CfnHookTypeConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHookTypeConfigProps
CfnHookTypeConfigProps
CfnHookTypeConfigProps.Builder, CfnHookTypeConfigProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConfiguration()
Specifies the activated hook type configuration, in this AWS account and AWS Region .
|
java.lang.String |
getConfigurationAlias()
Specifies the activated hook type configuration, in this AWS account and AWS Region .
|
java.lang.String |
getTypeArn()
The Amazon Resource Number (ARN) for the hook to set `Configuration` for.
|
java.lang.String |
getTypeName()
The unique name for your hook.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getConfiguration()
CfnHookTypeConfigProps
You must specify either TypeName
and Configuration
or TypeARN
and Configuration
.
getConfiguration
in interface CfnHookTypeConfigProps
public final java.lang.String getConfigurationAlias()
CfnHookTypeConfigProps
Defaults to default
alias. Hook types currently support default configuration alias.
getConfigurationAlias
in interface CfnHookTypeConfigProps
public final java.lang.String getTypeArn()
CfnHookTypeConfigProps
You must specify either TypeName
and Configuration
or TypeARN
and Configuration
.
getTypeArn
in interface CfnHookTypeConfigProps
public final java.lang.String getTypeName()
CfnHookTypeConfigProps
Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook
.
You must specify either TypeName
and Configuration
or TypeARN
and Configuration
.
getTypeName
in interface CfnHookTypeConfigProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()