interface AwsIamConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.CfnDataSource.AwsIamConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnDataSource_AwsIamConfigProperty |
![]() | software.amazon.awscdk.services.appsync.CfnDataSource.AwsIamConfigProperty |
![]() | aws_cdk.aws_appsync.CfnDataSource.AwsIamConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
signing | string | The signing Region for AWS Identity and Access Management authorization. |
signing | string | The 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.