WorkloadIdentityAttributes
- class aws_cdk.aws_bedrock_agentcore_alpha.WorkloadIdentityAttributes(*, workload_identity_arn, workload_identity_name, created_time=None, last_updated_time=None)
Bases:
object(deprecated) Attributes for importing an existing workload identity.
- Parameters:
workload_identity_arn (
str) – (deprecated) ARN of the workload identity.workload_identity_name (
str) – (deprecated) Name of the workload identity.created_time (
Optional[str]) – (deprecated) Resource creation time. Default: - not setlast_updated_time (
Optional[str]) – (deprecated) Resource last-updated time. Default: - not set
- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha workload_identity_attributes = bedrock_agentcore_alpha.WorkloadIdentityAttributes( workload_identity_arn="workloadIdentityArn", workload_identity_name="workloadIdentityName", # the properties below are optional created_time="createdTime", last_updated_time="lastUpdatedTime" )
Attributes
- created_time
(deprecated) Resource creation time.
- Default:
not set
- Stability:
deprecated
- last_updated_time
(deprecated) Resource last-updated time.
- Default:
not set
- Stability:
deprecated
- workload_identity_arn
(deprecated) ARN of the workload identity.
- Stability:
deprecated
- workload_identity_name
(deprecated) Name of the workload identity.
- Stability:
deprecated