Class: Aws::AppSync::Types::RdsDataApiConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Contains the metadata required to introspect the RDS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the database in the cluster.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
3786
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3780

class RdsDataApiConfig < Struct.new(
  :resource_arn,
  :secret_arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The resource ARN of the RDS cluster.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
3786
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3780

class RdsDataApiConfig < Struct.new(
  :resource_arn,
  :secret_arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
3786
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3780

class RdsDataApiConfig < Struct.new(
  :resource_arn,
  :secret_arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end