Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion

SigningServiceName

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

string? SigningServiceName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename

Back to top Generated by DocFX