@Stability(value=Stable) @Internal public static final class CfnHookVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHookVersionProps
CfnHookVersionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnHookVersionProps.Builder, CfnHookVersionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnHookVersionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnHookVersionProps.Builder. |
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(Object o) |
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the task execution role that grants the hook permission.
|
Object |
getLoggingConfig()
Contains logging configuration information for an extension.
|
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.
|
String |
getTypeName()
The unique name for your hook.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnHookVersionProps.Builder builder)
CfnHookVersionProps.Builder.public final String getSchemaHandlerPackage()
CfnHookVersionPropsFor 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 CfnHookVersionPropspublic final 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:
AlexaAMZNAmazonASKAWSCustomDev
getTypeName in interface CfnHookVersionPropspublic final String getExecutionRoleArn()
CfnHookVersionPropsgetExecutionRoleArn in interface CfnHookVersionPropspublic final Object getLoggingConfig()
CfnHookVersionPropsgetLoggingConfig in interface CfnHookVersionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.