interface OAuth2AuthorizationDataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.OAuth2AuthorizationDataProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_OAuth2AuthorizationDataProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.OAuth2AuthorizationDataProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.OAuth2AuthorizationDataProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » OAuth2AuthorizationDataProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const oAuth2AuthorizationDataProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.OAuth2AuthorizationDataProperty = {
authorizationUrl: 'authorizationUrl',
userId: 'userId',
};
Properties
| Name | Type | Description |
|---|---|---|
| authorization | string | |
| user | string |
authorizationUrl?
Type:
string
(optional)
userId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript