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
  • 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

      protected Jsii$Proxy(CfnHookTypeConfigProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnHookTypeConfigProps.Builder.
  • Method Details

    • getConfiguration

      public final String getConfiguration()
      Description copied from interface: CfnHookTypeConfigProps
      Specifies the activated hook type configuration, in this AWS account and AWS Region .

      You must specify either TypeName and Configuration or TypeARN and Configuration .

      Specified by:
      getConfiguration in interface CfnHookTypeConfigProps
    • getConfigurationAlias

      public final String 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.

      Specified by:
      getConfigurationAlias in interface CfnHookTypeConfigProps
    • getTypeArn

      public final String getTypeArn()
      Description copied from interface: CfnHookTypeConfigProps
      The Amazon Resource Number (ARN) for the hook to set Configuration for.

      You must specify either TypeName and Configuration or TypeARN and Configuration .

      Specified by:
      getTypeArn in interface CfnHookTypeConfigProps
    • getTypeName

      public final String 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 and Configuration or TypeARN and Configuration .

      Specified by:
      getTypeName in interface CfnHookTypeConfigProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object