Class: Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_resource_oauth_2_return_urls ⇒ Array<String>
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
-
#name ⇒ String
The name of the workload identity.
-
#tags ⇒ Hash<String,String>
A map of tag keys and values to assign to the workload identity.
Instance Attribute Details
#allowed_resource_oauth_2_return_urls ⇒ Array<String>
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
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 |
#name ⇒ String
The name of the workload identity. The name must be unique within your account.
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 |
#tags ⇒ Hash<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.
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 |