Class CfnDataSource.AwsIamConfigProperty
Use the AwsIamConfig
property type to specify AwsIamConfig
for a AWS AppSync authorizaton.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AwsIamConfigProperty : Object, CfnDataSource.IAwsIamConfigProperty
Syntax (vb)
Public Class AwsIamConfigProperty
Inherits Object
Implements CfnDataSource.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.AWS.AppSync;
var awsIamConfigProperty = new AwsIamConfigProperty {
SigningRegion = "signingRegion",
SigningServiceName = "signingServiceName"
};
Synopsis
Constructors
Aws |
Properties
Signing |
The signing Region for AWS Identity and Access Management authorization. |
Signing |
The signing service name for AWS Identity and Access Management authorization. |
Constructors
AwsIamConfigProperty()
public AwsIamConfigProperty()
Properties
SigningRegion
The signing Region for AWS Identity and Access Management authorization.
public string SigningRegion { get; set; }
Property Value
System.
Remarks
SigningServiceName
The signing service name for AWS Identity and Access Management authorization.
public string SigningServiceName { get; set; }
Property Value
System.