Class: Aws::RDS::Types::AddRoleToDBClusterMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The name of the DB cluster to associate the IAM role with.

Returns:

  • (String)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 164

class AddRoleToDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#feature_nameString

The name of the feature for the DB cluster that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

Returns:

  • (String)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 164

class AddRoleToDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

Returns:

  • (String)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 164

class AddRoleToDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end