1. Packages
  2. AWS Native
  3. API Docs
  4. cloudformation
  5. getHookTypeConfig

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.cloudformation.getHookTypeConfig

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Specifies the configuration data for a registered hook in CloudFormation Registry.

    Using getHookTypeConfig

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHookTypeConfig(args: GetHookTypeConfigArgs, opts?: InvokeOptions): Promise<GetHookTypeConfigResult>
    function getHookTypeConfigOutput(args: GetHookTypeConfigOutputArgs, opts?: InvokeOptions): Output<GetHookTypeConfigResult>
    def get_hook_type_config(configuration_arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHookTypeConfigResult
    def get_hook_type_config_output(configuration_arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHookTypeConfigResult]
    func LookupHookTypeConfig(ctx *Context, args *LookupHookTypeConfigArgs, opts ...InvokeOption) (*LookupHookTypeConfigResult, error)
    func LookupHookTypeConfigOutput(ctx *Context, args *LookupHookTypeConfigOutputArgs, opts ...InvokeOption) LookupHookTypeConfigResultOutput

    > Note: This function is named LookupHookTypeConfig in the Go SDK.

    public static class GetHookTypeConfig 
    {
        public static Task<GetHookTypeConfigResult> InvokeAsync(GetHookTypeConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetHookTypeConfigResult> Invoke(GetHookTypeConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHookTypeConfigResult> getHookTypeConfig(GetHookTypeConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cloudformation:getHookTypeConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConfigurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    ConfigurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    configurationArn String
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    configurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    configuration_arn str
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    configurationArn String
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.

    getHookTypeConfig Result

    The following output properties are available:

    Configuration string
    The configuration data for the extension, in this account and region.
    ConfigurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    TypeArn string
    The Amazon Resource Name (ARN) of the type without version number.
    TypeName string

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    Configuration string
    The configuration data for the extension, in this account and region.
    ConfigurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    TypeArn string
    The Amazon Resource Name (ARN) of the type without version number.
    TypeName string

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    configuration String
    The configuration data for the extension, in this account and region.
    configurationArn String
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    typeArn String
    The Amazon Resource Name (ARN) of the type without version number.
    typeName String

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    configuration string
    The configuration data for the extension, in this account and region.
    configurationArn string
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    typeArn string
    The Amazon Resource Name (ARN) of the type without version number.
    typeName string

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    configuration str
    The configuration data for the extension, in this account and region.
    configuration_arn str
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    type_arn str
    The Amazon Resource Name (ARN) of the type without version number.
    type_name str

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    configuration String
    The configuration data for the extension, in this account and region.
    configurationArn String
    The Amazon Resource Name (ARN) for the configuration data, in this account and region.
    typeArn String
    The Amazon Resource Name (ARN) of the type without version number.
    typeName String

    The name of the type being registered.

    We recommend that type names adhere to the following pattern: company_or_organization::service::type.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi