Interface CfnDataSourcePropsMixin.IAwsIamConfigProperty
Use the AwsIamConfig property type to specify AwsIamConfig for a AWS AppSync authorizaton.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IAwsIamConfigProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IAwsIamConfigProperty
Remarks
AwsIamConfig is a property of the AWS AppSync DataSource AuthorizationConfig resource.
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.Mixins.Preview.AWS.AppSync.Mixins;
var awsIamConfigProperty = new AwsIamConfigProperty {
SigningRegion = "signingRegion",
SigningServiceName = "signingServiceName"
};
Synopsis
Properties
| SigningRegion | The signing Region for AWS Identity and Access Management authorization. |
| SigningServiceName | The signing service name for AWS Identity and Access Management authorization. |
Properties
SigningRegion
The signing Region for AWS Identity and Access Management authorization.
string? SigningRegion { get; }
Property Value
Remarks
SigningServiceName
The signing service name for AWS Identity and Access Management authorization.
string? SigningServiceName { get; }