We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::BedrockAgentCore::Runtime
Create Runtime Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Runtime(name: string, args: RuntimeArgs, opts?: CustomResourceOptions);@overload
def Runtime(resource_name: str,
args: RuntimeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Runtime(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_runtime_artifact: Optional[RuntimeAgentRuntimeArtifactArgs] = None,
agent_runtime_name: Optional[str] = None,
network_configuration: Optional[RuntimeNetworkConfigurationArgs] = None,
role_arn: Optional[str] = None,
authorizer_configuration: Optional[RuntimeAuthorizerConfigurationArgs] = None,
description: Optional[str] = None,
environment_variables: Optional[Mapping[str, str]] = None,
lifecycle_configuration: Optional[RuntimeLifecycleConfigurationArgs] = None,
protocol_configuration: Optional[RuntimeProtocolConfiguration] = None,
request_header_configuration: Optional[RuntimeRequestHeaderConfigurationArgs] = None,
tags: Optional[Mapping[str, str]] = None)func NewRuntime(ctx *Context, name string, args RuntimeArgs, opts ...ResourceOption) (*Runtime, error)public Runtime(string name, RuntimeArgs args, CustomResourceOptions? opts = null)
public Runtime(String name, RuntimeArgs args)
public Runtime(String name, RuntimeArgs args, CustomResourceOptions options)
type: aws-native:bedrockagentcore:Runtime
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Runtime Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Runtime resource accepts the following input properties:
- Agent
Runtime Pulumi.Artifact Aws Native. Bedrock Agent Core. Inputs. Runtime Agent Runtime Artifact - The artifact of the agent
- Agent
Runtime stringName - Name for a resource
- Network
Configuration Pulumi.Aws Native. Bedrock Agent Core. Inputs. Runtime Network Configuration - Network access configuration for the Agent
- Role
Arn string - Amazon Resource Name (ARN) of an IAM role
-
Pulumi.
Aws Native. Bedrock Agent Core. Inputs. Runtime Authorizer Configuration - Authorizer configuration for the agent runtime
- Description string
- Description of the resource
- Environment
Variables Dictionary<string, string> - Environment variables for the agent runtime
- Lifecycle
Configuration Pulumi.Aws Native. Bedrock Agent Core. Inputs. Runtime Lifecycle Configuration - Lifecycle configuration for managing runtime sessions
- Protocol
Configuration Pulumi.Aws Native. Bedrock Agent Core. Runtime Protocol Configuration - Protocol configuration for the agent runtime
- Request
Header Pulumi.Configuration Aws Native. Bedrock Agent Core. Inputs. Runtime Request Header Configuration - Configuration for HTTP request headers
- Dictionary<string, string>
- The tags for the agent.
- Agent
Runtime RuntimeArtifact Agent Runtime Artifact Args - The artifact of the agent
- Agent
Runtime stringName - Name for a resource
- Network
Configuration RuntimeNetwork Configuration Args - Network access configuration for the Agent
- Role
Arn string - Amazon Resource Name (ARN) of an IAM role
-
Runtime
Authorizer Configuration Args - Authorizer configuration for the agent runtime
- Description string
- Description of the resource
- Environment
Variables map[string]string - Environment variables for the agent runtime
- Lifecycle
Configuration RuntimeLifecycle Configuration Args - Lifecycle configuration for managing runtime sessions
- Protocol
Configuration RuntimeProtocol Configuration - Protocol configuration for the agent runtime
- Request
Header RuntimeConfiguration Request Header Configuration Args - Configuration for HTTP request headers
- map[string]string
- The tags for the agent.
- agent
Runtime RuntimeArtifact Agent Runtime Artifact - The artifact of the agent
- agent
Runtime StringName - Name for a resource
- network
Configuration RuntimeNetwork Configuration - Network access configuration for the Agent
- role
Arn String - Amazon Resource Name (ARN) of an IAM role
-
Runtime
Authorizer Configuration - Authorizer configuration for the agent runtime
- description String
- Description of the resource
- environment
Variables Map<String,String> - Environment variables for the agent runtime
- lifecycle
Configuration RuntimeLifecycle Configuration - Lifecycle configuration for managing runtime sessions
- protocol
Configuration RuntimeProtocol Configuration - Protocol configuration for the agent runtime
- request
Header RuntimeConfiguration Request Header Configuration - Configuration for HTTP request headers
- Map<String,String>
- The tags for the agent.
- agent
Runtime RuntimeArtifact Agent Runtime Artifact - The artifact of the agent
- agent
Runtime stringName - Name for a resource
- network
Configuration RuntimeNetwork Configuration - Network access configuration for the Agent
- role
Arn string - Amazon Resource Name (ARN) of an IAM role
-
Runtime
Authorizer Configuration - Authorizer configuration for the agent runtime
- description string
- Description of the resource
- environment
Variables {[key: string]: string} - Environment variables for the agent runtime
- lifecycle
Configuration RuntimeLifecycle Configuration - Lifecycle configuration for managing runtime sessions
- protocol
Configuration RuntimeProtocol Configuration - Protocol configuration for the agent runtime
- request
Header RuntimeConfiguration Request Header Configuration - Configuration for HTTP request headers
- {[key: string]: string}
- The tags for the agent.
- agent_
runtime_ Runtimeartifact Agent Runtime Artifact Args - The artifact of the agent
- agent_
runtime_ strname - Name for a resource
- network_
configuration RuntimeNetwork Configuration Args - Network access configuration for the Agent
- role_
arn str - Amazon Resource Name (ARN) of an IAM role
-
Runtime
Authorizer Configuration Args - Authorizer configuration for the agent runtime
- description str
- Description of the resource
- environment_
variables Mapping[str, str] - Environment variables for the agent runtime
- lifecycle_
configuration RuntimeLifecycle Configuration Args - Lifecycle configuration for managing runtime sessions
- protocol_
configuration RuntimeProtocol Configuration - Protocol configuration for the agent runtime
- request_
header_ Runtimeconfiguration Request Header Configuration Args - Configuration for HTTP request headers
- Mapping[str, str]
- The tags for the agent.
- agent
Runtime Property MapArtifact - The artifact of the agent
- agent
Runtime StringName - Name for a resource
- network
Configuration Property Map - Network access configuration for the Agent
- role
Arn String - Amazon Resource Name (ARN) of an IAM role
- Property Map
- Authorizer configuration for the agent runtime
- description String
- Description of the resource
- environment
Variables Map<String> - Environment variables for the agent runtime
- lifecycle
Configuration Property Map - Lifecycle configuration for managing runtime sessions
- protocol
Configuration "MCP" | "HTTP" | "A2A" - Protocol configuration for the agent runtime
- request
Header Property MapConfiguration - Configuration for HTTP request headers
- Map<String>
- The tags for the agent.
Outputs
All input properties are implicitly available as output properties. Additionally, the Runtime resource produces the following output properties:
- Agent
Runtime stringArn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- Agent
Runtime stringId - Identifier for a resource
- Agent
Runtime stringVersion - Version of the Agent
- Created
At string - Timestamp when the Agent was created
- Failure
Reason string - The reason for failure if the agent is in a failed state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringAt - When resource was last updated
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Runtime Agent Status - Current status of the agent
- Workload
Identity Pulumi.Details Aws Native. Bedrock Agent Core. Outputs. Runtime Workload Identity Details - Workload identity details for the agent
- Agent
Runtime stringArn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- Agent
Runtime stringId - Identifier for a resource
- Agent
Runtime stringVersion - Version of the Agent
- Created
At string - Timestamp when the Agent was created
- Failure
Reason string - The reason for failure if the agent is in a failed state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringAt - When resource was last updated
- Status
Runtime
Agent Status - Current status of the agent
- Workload
Identity RuntimeDetails Workload Identity Details - Workload identity details for the agent
- agent
Runtime StringArn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- agent
Runtime StringId - Identifier for a resource
- agent
Runtime StringVersion - Version of the Agent
- created
At String - Timestamp when the Agent was created
- failure
Reason String - The reason for failure if the agent is in a failed state.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringAt - When resource was last updated
- status
Runtime
Agent Status - Current status of the agent
- workload
Identity RuntimeDetails Workload Identity Details - Workload identity details for the agent
- agent
Runtime stringArn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- agent
Runtime stringId - Identifier for a resource
- agent
Runtime stringVersion - Version of the Agent
- created
At string - Timestamp when the Agent was created
- failure
Reason string - The reason for failure if the agent is in a failed state.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringAt - When resource was last updated
- status
Runtime
Agent Status - Current status of the agent
- workload
Identity RuntimeDetails Workload Identity Details - Workload identity details for the agent
- agent_
runtime_ strarn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- agent_
runtime_ strid - Identifier for a resource
- agent_
runtime_ strversion - Version of the Agent
- created_
at str - Timestamp when the Agent was created
- failure_
reason str - The reason for failure if the agent is in a failed state.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strat - When resource was last updated
- status
Runtime
Agent Status - Current status of the agent
- workload_
identity_ Runtimedetails Workload Identity Details - Workload identity details for the agent
- agent
Runtime StringArn - The Amazon Resource Name(ARN) that uniquely identifies the Agent
- agent
Runtime StringId - Identifier for a resource
- agent
Runtime StringVersion - Version of the Agent
- created
At String - Timestamp when the Agent was created
- failure
Reason String - The reason for failure if the agent is in a failed state.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringAt - When resource was last updated
- status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING"
- Current status of the agent
- workload
Identity Property MapDetails - Workload identity details for the agent
Supporting Types
RuntimeAgentManagedRuntimeType, RuntimeAgentManagedRuntimeTypeArgs
- Python310
PYTHON_3_10- Python311
PYTHON_3_11- Python312
PYTHON_3_12- Python313
PYTHON_3_13
- Runtime
Agent Managed Runtime Type Python310 PYTHON_3_10- Runtime
Agent Managed Runtime Type Python311 PYTHON_3_11- Runtime
Agent Managed Runtime Type Python312 PYTHON_3_12- Runtime
Agent Managed Runtime Type Python313 PYTHON_3_13
- Python310
PYTHON_3_10- Python311
PYTHON_3_11- Python312
PYTHON_3_12- Python313
PYTHON_3_13
- Python310
PYTHON_3_10- Python311
PYTHON_3_11- Python312
PYTHON_3_12- Python313
PYTHON_3_13
- PYTHON310
PYTHON_3_10- PYTHON311
PYTHON_3_11- PYTHON312
PYTHON_3_12- PYTHON313
PYTHON_3_13
- "PYTHON_3_10"
PYTHON_3_10- "PYTHON_3_11"
PYTHON_3_11- "PYTHON_3_12"
PYTHON_3_12- "PYTHON_3_13"
PYTHON_3_13
RuntimeAgentRuntimeArtifact, RuntimeAgentRuntimeArtifactArgs
- Code
Configuration Pulumi.Aws Native. Bedrock Agent Core. Inputs. Runtime Code Configuration - Container
Configuration Pulumi.Aws Native. Bedrock Agent Core. Inputs. Runtime Container Configuration - Representation of a container configuration.
- Code
Configuration RuntimeCode Configuration - Container
Configuration RuntimeContainer Configuration - Representation of a container configuration.
- code
Configuration RuntimeCode Configuration - container
Configuration RuntimeContainer Configuration - Representation of a container configuration.
- code
Configuration RuntimeCode Configuration - container
Configuration RuntimeContainer Configuration - Representation of a container configuration.
- code_
configuration RuntimeCode Configuration - container_
configuration RuntimeContainer Configuration - Representation of a container configuration.
- code
Configuration Property Map - container
Configuration Property Map - Representation of a container configuration.
RuntimeAgentStatus, RuntimeAgentStatusArgs
- Creating
CREATING- Create
Failed CREATE_FAILED- Updating
UPDATING- Update
Failed UPDATE_FAILED- Ready
READY- Deleting
DELETING
- Runtime
Agent Status Creating CREATING- Runtime
Agent Status Create Failed CREATE_FAILED- Runtime
Agent Status Updating UPDATING- Runtime
Agent Status Update Failed UPDATE_FAILED- Runtime
Agent Status Ready READY- Runtime
Agent Status Deleting DELETING
- Creating
CREATING- Create
Failed CREATE_FAILED- Updating
UPDATING- Update
Failed UPDATE_FAILED- Ready
READY- Deleting
DELETING
- Creating
CREATING- Create
Failed CREATE_FAILED- Updating
UPDATING- Update
Failed UPDATE_FAILED- Ready
READY- Deleting
DELETING
- CREATING
CREATING- CREATE_FAILED
CREATE_FAILED- UPDATING
UPDATING- UPDATE_FAILED
UPDATE_FAILED- READY
READY- DELETING
DELETING
- "CREATING"
CREATING- "CREATE_FAILED"
CREATE_FAILED- "UPDATING"
UPDATING- "UPDATE_FAILED"
UPDATE_FAILED- "READY"
READY- "DELETING"
DELETING
RuntimeAuthorizerConfiguration, RuntimeAuthorizerConfigurationArgs
Configuration for the authorizer-
Pulumi.
Aws Native. Bedrock Agent Core. Inputs. Runtime Custom Jwt Authorizer Configuration - Represents inbound authorization configuration options used to authenticate incoming requests.
-
Runtime
Custom Jwt Authorizer Configuration - Represents inbound authorization configuration options used to authenticate incoming requests.
-
Runtime
Custom Jwt Authorizer Configuration - Represents inbound authorization configuration options used to authenticate incoming requests.
-
Runtime
Custom Jwt Authorizer Configuration - Represents inbound authorization configuration options used to authenticate incoming requests.
-
Runtime
Custom Jwt Authorizer Configuration - Represents inbound authorization configuration options used to authenticate incoming requests.
- Property Map
- Represents inbound authorization configuration options used to authenticate incoming requests.
RuntimeAuthorizingClaimMatchValueType, RuntimeAuthorizingClaimMatchValueTypeArgs
The value or values in the custom claim to match and relationship of matchRuntimeClaimMatchOperator, RuntimeClaimMatchOperatorArgs
- Equals
Value EQUALS- Contains
CONTAINS- Contains
Any CONTAINS_ANY
- Runtime
Claim Match Operator Equals EQUALS- Runtime
Claim Match Operator Contains CONTAINS- Runtime
Claim Match Operator Contains Any CONTAINS_ANY
- Equals
EQUALS- Contains
CONTAINS- Contains
Any CONTAINS_ANY
- Equals
EQUALS- Contains
CONTAINS- Contains
Any CONTAINS_ANY
- EQUALS
EQUALS- CONTAINS
CONTAINS- CONTAINS_ANY
CONTAINS_ANY
- "EQUALS"
EQUALS- "CONTAINS"
CONTAINS- "CONTAINS_ANY"
CONTAINS_ANY
RuntimeClaimMatchValueType, RuntimeClaimMatchValueTypeArgs
The value or values in the custom claim to match for- Match
Value stringString - Match
Value List<string>String List
- Match
Value stringString - Match
Value []stringString List
- match
Value StringString - match
Value List<String>String List
- match
Value stringString - match
Value string[]String List
- match_
value_ strstring - match_
value_ Sequence[str]string_ list
- match
Value StringString - match
Value List<String>String List
RuntimeCode, RuntimeCodeArgs
Object represents source code from zip fileRuntimeCodeConfiguration, RuntimeCodeConfigurationArgs
Representation of a code configuration- code
Runtime
Code - entry_
point Sequence[str] - runtime
Runtime
Agent Managed Runtime Type
RuntimeContainerConfiguration, RuntimeContainerConfigurationArgs
- Container
Uri string - The container Uri.
- Container
Uri string - The container Uri.
- container
Uri String - The container Uri.
- container
Uri string - The container Uri.
- container_
uri str - The container Uri.
- container
Uri String - The container Uri.
RuntimeCustomClaimValidationType, RuntimeCustomClaimValidationTypeArgs
Required custom claimRuntimeCustomJwtAuthorizerConfiguration, RuntimeCustomJwtAuthorizerConfigurationArgs
Configuration for custom JWT authorizer- Discovery
Url string - The configuration authorization.
- Allowed
Audience List<string> - Represents inbound authorization configuration options used to authenticate incoming requests.
- Allowed
Clients List<string> - Represents individual client IDs that are validated in the incoming JWT token validation process.
- Allowed
Scopes List<string> - Custom
Claims List<Pulumi.Aws Native. Bedrock Agent Core. Inputs. Runtime Custom Claim Validation Type>
- Discovery
Url string - The configuration authorization.
- Allowed
Audience []string - Represents inbound authorization configuration options used to authenticate incoming requests.
- Allowed
Clients []string - Represents individual client IDs that are validated in the incoming JWT token validation process.
- Allowed
Scopes []string - Custom
Claims []RuntimeCustom Claim Validation Type
- discovery
Url String - The configuration authorization.
- allowed
Audience List<String> - Represents inbound authorization configuration options used to authenticate incoming requests.
- allowed
Clients List<String> - Represents individual client IDs that are validated in the incoming JWT token validation process.
- allowed
Scopes List<String> - custom
Claims List<RuntimeCustom Claim Validation Type>
- discovery
Url string - The configuration authorization.
- allowed
Audience string[] - Represents inbound authorization configuration options used to authenticate incoming requests.
- allowed
Clients string[] - Represents individual client IDs that are validated in the incoming JWT token validation process.
- allowed
Scopes string[] - custom
Claims RuntimeCustom Claim Validation Type[]
- discovery_
url str - The configuration authorization.
- allowed_
audience Sequence[str] - Represents inbound authorization configuration options used to authenticate incoming requests.
- allowed_
clients Sequence[str] - Represents individual client IDs that are validated in the incoming JWT token validation process.
- allowed_
scopes Sequence[str] - custom_
claims Sequence[RuntimeCustom Claim Validation Type]
- discovery
Url String - The configuration authorization.
- allowed
Audience List<String> - Represents inbound authorization configuration options used to authenticate incoming requests.
- allowed
Clients List<String> - Represents individual client IDs that are validated in the incoming JWT token validation process.
- allowed
Scopes List<String> - custom
Claims List<Property Map>
RuntimeInboundTokenClaimValueType, RuntimeInboundTokenClaimValueTypeArgs
- String
STRING- String
Array STRING_ARRAY
- Runtime
Inbound Token Claim Value Type String STRING- Runtime
Inbound Token Claim Value Type String Array STRING_ARRAY
- String
STRING- String
Array STRING_ARRAY
- String
STRING- String
Array STRING_ARRAY
- STRING
STRING- STRING_ARRAY
STRING_ARRAY
- "STRING"
STRING- "STRING_ARRAY"
STRING_ARRAY
RuntimeLifecycleConfiguration, RuntimeLifecycleConfigurationArgs
Configuration for managing the lifecycle of runtime sessions and resources- Idle
Runtime intSession Timeout - Timeout in seconds for idle runtime sessions
- Max
Lifetime int - Maximum lifetime in seconds for runtime sessions
- Idle
Runtime intSession Timeout - Timeout in seconds for idle runtime sessions
- Max
Lifetime int - Maximum lifetime in seconds for runtime sessions
- idle
Runtime IntegerSession Timeout - Timeout in seconds for idle runtime sessions
- max
Lifetime Integer - Maximum lifetime in seconds for runtime sessions
- idle
Runtime numberSession Timeout - Timeout in seconds for idle runtime sessions
- max
Lifetime number - Maximum lifetime in seconds for runtime sessions
- idle_
runtime_ intsession_ timeout - Timeout in seconds for idle runtime sessions
- max_
lifetime int - Maximum lifetime in seconds for runtime sessions
- idle
Runtime NumberSession Timeout - Timeout in seconds for idle runtime sessions
- max
Lifetime Number - Maximum lifetime in seconds for runtime sessions
RuntimeNetworkConfiguration, RuntimeNetworkConfigurationArgs
- Network
Mode RuntimeNetwork Mode - The network mode.
- Network
Mode RuntimeConfig Vpc Config
- network
Mode RuntimeNetwork Mode - The network mode.
- network
Mode RuntimeConfig Vpc Config
- network
Mode RuntimeNetwork Mode - The network mode.
- network
Mode RuntimeConfig Vpc Config
- network_
mode RuntimeNetwork Mode - The network mode.
- network_
mode_ Runtimeconfig Vpc Config
- network
Mode "PUBLIC" | "VPC" - The network mode.
- network
Mode Property MapConfig
RuntimeNetworkMode, RuntimeNetworkModeArgs
- Public
PUBLIC- Vpc
VPC
- Runtime
Network Mode Public PUBLIC- Runtime
Network Mode Vpc VPC
- Public
PUBLIC- Vpc
VPC
- Public
PUBLIC- Vpc
VPC
- PUBLIC
PUBLIC- VPC
VPC
- "PUBLIC"
PUBLIC- "VPC"
VPC
RuntimeProtocolConfiguration, RuntimeProtocolConfigurationArgs
- Mcp
MCP- Http
HTTP- A2a
A2A
- Runtime
Protocol Configuration Mcp MCP- Runtime
Protocol Configuration Http HTTP- Runtime
Protocol Configuration A2a A2A
- Mcp
MCP- Http
HTTP- A2a
A2A
- Mcp
MCP- Http
HTTP- A2a
A2A
- MCP
MCP- HTTP
HTTP- A2A
A2A
- "MCP"
MCP- "HTTP"
HTTP- "A2A"
A2A
RuntimeRequestHeaderConfiguration, RuntimeRequestHeaderConfigurationArgs
Configuration for HTTP request headers- Request
Header List<string>Allowlist
- Request
Header []stringAllowlist
- request
Header List<String>Allowlist
- request
Header string[]Allowlist
- request_
header_ Sequence[str]allowlist
- request
Header List<String>Allowlist
RuntimeS3Location, RuntimeS3LocationArgs
S3 Location Configuration- bucket str
- S3 bucket name
- prefix str
- S3 object key prefix
- version_
id str - S3 object version ID
RuntimeVpcConfig, RuntimeVpcConfigArgs
Network mode configuration for VPC- Security
Groups List<string> - Subnets List<string>
- Security
Groups []string - Subnets []string
- security
Groups List<String> - subnets List<String>
- security
Groups string[] - subnets string[]
- security_
groups Sequence[str] - subnets Sequence[str]
- security
Groups List<String> - subnets List<String>
RuntimeWorkloadIdentityDetails, RuntimeWorkloadIdentityDetailsArgs
Configuration for workload identity- Workload
Identity stringArn - The Amazon Resource Name (ARN) for the workload identity.
- Workload
Identity stringArn - The Amazon Resource Name (ARN) for the workload identity.
- workload
Identity StringArn - The Amazon Resource Name (ARN) for the workload identity.
- workload
Identity stringArn - The Amazon Resource Name (ARN) for the workload identity.
- workload_
identity_ strarn - The Amazon Resource Name (ARN) for the workload identity.
- workload
Identity StringArn - The Amazon Resource Name (ARN) for the workload identity.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
