Class: Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_resource_oauth_2_return_urlsArray<String>

The list of allowed OAuth2 return URLs for resources associated with this workload identity.

Returns:

  • (Array<String>)


3738
3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3738

class CreateWorkloadIdentityRequest < Struct.new(
  :name,
  :allowed_resource_oauth_2_return_urls,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workload identity. The name must be unique within your account.

Returns:

  • (String)


3738
3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3738

class CreateWorkloadIdentityRequest < Struct.new(
  :name,
  :allowed_resource_oauth_2_return_urls,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

Returns:

  • (Hash<String,String>)


3738
3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3738

class CreateWorkloadIdentityRequest < Struct.new(
  :name,
  :allowed_resource_oauth_2_return_urls,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end