public static final class CfnHookVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHookVersionProps
CfnHookVersionProps
CfnHookVersionProps.Builder, CfnHookVersionProps.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 |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the task execution role that grants the hook permission.
|
java.lang.Object |
getLoggingConfig()
Contains logging configuration information for an extension.
|
java.lang.String |
getSchemaHandlerPackage()
A URL to the Amazon S3 bucket containing the hook project package that contains the necessary files for the hook you want to register.
|
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 getSchemaHandlerPackage()
CfnHookVersionProps
For information on generating a schema handler package for the resource you want to register, see submit in the CloudFormation CLI User Guide for Extension Development .
The user registering the resource must be able to access the package in the S3 bucket. That's, the user must have GetObject permissions for the schema handler package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the AWS Identity and Access Management User Guide .
getSchemaHandlerPackage
in interface CfnHookVersionProps
public final java.lang.String getTypeName()
CfnHookVersionProps
Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook
.
The following organization namespaces are reserved and can't be used in your hook type names:
Alexa
AMZN
Amazon
ASK
AWS
Custom
Dev
getTypeName
in interface CfnHookVersionProps
public final java.lang.String getExecutionRoleArn()
CfnHookVersionProps
getExecutionRoleArn
in interface CfnHookVersionProps
public final java.lang.Object getLoggingConfig()
CfnHookVersionProps
getLoggingConfig
in interface CfnHookVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()