@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.267Z") @Stability(value=Stable) public interface CfnDataSourceProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSourceProps.Builder
A builder for
CfnDataSourceProps |
static class |
CfnDataSourceProps.Jsii$Proxy
An implementation for
CfnDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSourceProps.Builder |
builder() |
String |
getApiId()
`AWS::AppSync::DataSource.ApiId`.
|
default String |
getDescription()
`AWS::AppSync::DataSource.Description`.
|
default Object |
getDynamoDbConfig()
`AWS::AppSync::DataSource.DynamoDBConfig`.
|
default Object |
getElasticsearchConfig()
`AWS::AppSync::DataSource.ElasticsearchConfig`.
|
default Object |
getHttpConfig()
`AWS::AppSync::DataSource.HttpConfig`.
|
default Object |
getLambdaConfig()
`AWS::AppSync::DataSource.LambdaConfig`.
|
String |
getName()
`AWS::AppSync::DataSource.Name`.
|
default Object |
getRelationalDatabaseConfig()
`AWS::AppSync::DataSource.RelationalDatabaseConfig`.
|
default String |
getServiceRoleArn()
`AWS::AppSync::DataSource.ServiceRoleArn`.
|
String |
getType()
`AWS::AppSync::DataSource.Type`.
|
@Stability(value=Stable) @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid@Stability(value=Stable) @NotNull String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name@Stability(value=Stable) @NotNull String getType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description@Stability(value=Stable) @Nullable default Object getDynamoDbConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-dynamodbconfig@Stability(value=Stable) @Nullable default Object getElasticsearchConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-elasticsearchconfig@Stability(value=Stable) @Nullable default Object getHttpConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-httpconfig@Stability(value=Stable) @Nullable default Object getLambdaConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-lambdaconfig@Stability(value=Stable) @Nullable default Object getRelationalDatabaseConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-relationaldatabaseconfig@Stability(value=Stable) @Nullable default String getServiceRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn@Stability(value=Stable) static CfnDataSourceProps.Builder builder()
CfnDataSourceProps.Builder of CfnDataSourcePropsCopyright © 2020. All rights reserved.