Interface CfnDataSourcePropsMixin.AwsIamConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.AwsIamConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.AwsIamConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.appsync.*;
AwsIamConfigProperty awsIamConfigProperty = AwsIamConfigProperty.builder()
.signingRegion("signingRegion")
.signingServiceName("signingServiceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSourcePropsMixin.AwsIamConfigPropertystatic final classAn implementation forCfnDataSourcePropsMixin.AwsIamConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSigningRegion
The signing Region for AWS Identity and Access Management authorization.- See Also:
-
getSigningServiceName
The signing service name for AWS Identity and Access Management authorization.- See Also:
-
builder
-