aws-cdk-lib.aws_appsync.CfnDataSource.AwsIamConfigProperty

interface AwsIamConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppSync.CfnDataSource.AwsIamConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnDataSource_AwsIamConfigProperty
Javasoftware.amazon.awscdk.services.appsync.CfnDataSource.AwsIamConfigProperty
Pythonaws_cdk.aws_appsync.CfnDataSource.AwsIamConfigProperty
TypeScript aws-cdk-lib » aws_appsync » CfnDataSource » AwsIamConfigProperty

Use the AwsIamConfig property type to specify AwsIamConfig for a AWS AppSync authorizaton.

AwsIamConfig is a property of the AWS AppSync DataSource AuthorizationConfig resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const awsIamConfigProperty: appsync.CfnDataSource.AwsIamConfigProperty = {
  signingRegion: 'signingRegion',
  signingServiceName: 'signingServiceName',
};

Properties

NameTypeDescription
signingRegion?stringThe signing Region for AWS Identity and Access Management authorization.
signingServiceName?stringThe signing service name for AWS Identity and Access Management authorization.

signingRegion?

Type: string (optional)

The signing Region for AWS Identity and Access Management authorization.


signingServiceName?

Type: string (optional)

The signing service name for AWS Identity and Access Management authorization.