public static interface CfnDataSource.AwsIamConfigProperty
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 java.lang.String |
getSigningRegion()
The signing Region for AWS Identity and Access Management authorization.
|
default java.lang.String |
getSigningServiceName()
The signing service name for AWS Identity and Access Management authorization.
|
default java.lang.String getSigningRegion()
default java.lang.String getSigningServiceName()
static CfnDataSource.AwsIamConfigProperty.Builder builder()