You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::AuthorizationConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AuthorizationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  authorization_type: "AWS_IAM", # required, accepts AWS_IAM
  aws_iam_config: {
    signing_region: "String",
    signing_service_name: "String",
  },
}

The authorization config in case the HTTP endpoint requires authorization.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_typeString

The authorization type required by the HTTP endpoint.

  • AWS_IAM: The authorization type is Sigv4.

^

Possible values:

  • AWS_IAM

Returns:

  • (String)

    The authorization type required by the HTTP endpoint.

#aws_iam_configTypes::AwsIamConfig

The AWS IAM settings.

Returns: