Interface ICfnWorkloadIdentityProps
Properties for defining a CfnWorkloadIdentity.
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnWorkloadIdentityProps
Syntax (vb)
Public Interface ICfnWorkloadIdentityProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var cfnWorkloadIdentityProps = new CfnWorkloadIdentityProps {
Name = "name",
// the properties below are optional
AllowedResourceOauth2ReturnUrls = new [] { "allowedResourceOauth2ReturnUrls" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| AllowedResourceOauth2ReturnUrls | The list of allowed OAuth2 return URLs for resources associated with this workload identity. |
| Name | The name of the workload identity. |
| Tags | The tags for the workload identity. |
Properties
AllowedResourceOauth2ReturnUrls
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
string[]? AllowedResourceOauth2ReturnUrls { get; }
Property Value
string[]
Remarks
Name
The name of the workload identity.
string Name { get; }
Property Value
Remarks
The name must be unique within your account.