@Stability(value=Stable)
public static interface CfnDataSource.AwsIamConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.services.appsync.*;
AwsIamConfigProperty awsIamConfigProperty = AwsIamConfigProperty.builder()
.signingRegion("signingRegion")
.signingServiceName("signingServiceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AwsIamConfigProperty.Builder
A builder for
CfnDataSource.AwsIamConfigProperty |
static class |
CfnDataSource.AwsIamConfigProperty.Jsii$Proxy
An implementation for
CfnDataSource.AwsIamConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AwsIamConfigProperty.Builder |
builder() |
default String |
getSigningRegion()
The signing Region for AWS Identity and Access Management authorization.
|
default String |
getSigningServiceName()
The signing service name for AWS Identity and Access Management authorization.
|
@Stability(value=Stable) @Nullable default String getSigningRegion()
@Stability(value=Stable) @Nullable default String getSigningServiceName()
@Stability(value=Stable) static CfnDataSource.AwsIamConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.