1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appsync
  5. getDataSource

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.appsync.getDataSource

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Resource Type definition for AWS::AppSync::DataSource

    Using getDataSource

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataSource(args: GetDataSourceArgs, opts?: InvokeOptions): Promise<GetDataSourceResult>
    function getDataSourceOutput(args: GetDataSourceOutputArgs, opts?: InvokeOptions): Output<GetDataSourceResult>
    def get_data_source(data_source_arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDataSourceResult
    def get_data_source_output(data_source_arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDataSourceResult]
    func LookupDataSource(ctx *Context, args *LookupDataSourceArgs, opts ...InvokeOption) (*LookupDataSourceResult, error)
    func LookupDataSourceOutput(ctx *Context, args *LookupDataSourceOutputArgs, opts ...InvokeOption) LookupDataSourceResultOutput

    > Note: This function is named LookupDataSource in the Go SDK.

    public static class GetDataSource 
    {
        public static Task<GetDataSourceResult> InvokeAsync(GetDataSourceArgs args, InvokeOptions? opts = null)
        public static Output<GetDataSourceResult> Invoke(GetDataSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataSourceResult> getDataSource(GetDataSourceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:appsync:getDataSource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    DataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    dataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    data_source_arn str
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.

    getDataSource Result

    The following output properties are available:

    DataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    Description string
    The description of the data source.
    DynamoDbConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceDynamoDbConfig
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    ElasticsearchConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceElasticsearchConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    EventBridgeConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceEventBridgeConfig
    ARN for the EventBridge bus.
    HttpConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceHttpConfig
    Endpoints for an HTTP data source.
    LambdaConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceLambdaConfig
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    MetricsConfig Pulumi.AwsNative.AppSync.DataSourceMetricsConfig

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    OpenSearchServiceConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceOpenSearchServiceConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    RelationalDatabaseConfig Pulumi.AwsNative.AppSync.Outputs.DataSourceRelationalDatabaseConfig
    Relational Database configuration of the relational database data source.
    ServiceRoleArn string
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    Type string
    The type of the data source.
    DataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    Description string
    The description of the data source.
    DynamoDbConfig DataSourceDynamoDbConfig
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    ElasticsearchConfig DataSourceElasticsearchConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    EventBridgeConfig DataSourceEventBridgeConfig
    ARN for the EventBridge bus.
    HttpConfig DataSourceHttpConfig
    Endpoints for an HTTP data source.
    LambdaConfig DataSourceLambdaConfig
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    MetricsConfig DataSourceMetricsConfig

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    OpenSearchServiceConfig DataSourceOpenSearchServiceConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    RelationalDatabaseConfig DataSourceRelationalDatabaseConfig
    Relational Database configuration of the relational database data source.
    ServiceRoleArn string
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    Type string
    The type of the data source.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    description String
    The description of the data source.
    dynamoDbConfig DataSourceDynamoDbConfig
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    elasticsearchConfig DataSourceElasticsearchConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    eventBridgeConfig DataSourceEventBridgeConfig
    ARN for the EventBridge bus.
    httpConfig DataSourceHttpConfig
    Endpoints for an HTTP data source.
    lambdaConfig DataSourceLambdaConfig
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    metricsConfig DataSourceMetricsConfig

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    openSearchServiceConfig DataSourceOpenSearchServiceConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    relationalDatabaseConfig DataSourceRelationalDatabaseConfig
    Relational Database configuration of the relational database data source.
    serviceRoleArn String
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    type String
    The type of the data source.
    dataSourceArn string
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    description string
    The description of the data source.
    dynamoDbConfig DataSourceDynamoDbConfig
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    elasticsearchConfig DataSourceElasticsearchConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    eventBridgeConfig DataSourceEventBridgeConfig
    ARN for the EventBridge bus.
    httpConfig DataSourceHttpConfig
    Endpoints for an HTTP data source.
    lambdaConfig DataSourceLambdaConfig
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    metricsConfig DataSourceMetricsConfig

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    openSearchServiceConfig DataSourceOpenSearchServiceConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    relationalDatabaseConfig DataSourceRelationalDatabaseConfig
    Relational Database configuration of the relational database data source.
    serviceRoleArn string
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    type string
    The type of the data source.
    data_source_arn str
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    description str
    The description of the data source.
    dynamo_db_config DataSourceDynamoDbConfig
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    elasticsearch_config DataSourceElasticsearchConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    event_bridge_config DataSourceEventBridgeConfig
    ARN for the EventBridge bus.
    http_config DataSourceHttpConfig
    Endpoints for an HTTP data source.
    lambda_config DataSourceLambdaConfig
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    metrics_config DataSourceMetricsConfig

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    open_search_service_config DataSourceOpenSearchServiceConfig
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    relational_database_config DataSourceRelationalDatabaseConfig
    Relational Database configuration of the relational database data source.
    service_role_arn str
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    type str
    The type of the data source.
    dataSourceArn String
    The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
    description String
    The description of the data source.
    dynamoDbConfig Property Map
    AWS Region and TableName for an Amazon DynamoDB table in your account.
    elasticsearchConfig Property Map
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
    eventBridgeConfig Property Map
    ARN for the EventBridge bus.
    httpConfig Property Map
    Endpoints for an HTTP data source.
    lambdaConfig Property Map
    An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
    metricsConfig "DISABLED" | "ENABLED"

    Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig won't be used unless the dataSourceLevelMetricsBehavior value is set to PER_DATA_SOURCE_METRICS . If the dataSourceLevelMetricsBehavior is set to FULL_REQUEST_DATA_SOURCE_METRICS instead, MetricsConfig will be ignored. However, you can still set its value.

    MetricsConfig can be ENABLED or DISABLED .

    openSearchServiceConfig Property Map
    AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
    relationalDatabaseConfig Property Map
    Relational Database configuration of the relational database data source.
    serviceRoleArn String
    The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
    type String
    The type of the data source.

    Supporting Types

    DataSourceAuthorizationConfig

    AuthorizationType string
    The authorization type that the HTTP endpoint requires.
    AwsIamConfig Pulumi.AwsNative.AppSync.Inputs.DataSourceAwsIamConfig
    The AWS Identity and Access Management settings.
    AuthorizationType string
    The authorization type that the HTTP endpoint requires.
    AwsIamConfig DataSourceAwsIamConfig
    The AWS Identity and Access Management settings.
    authorizationType String
    The authorization type that the HTTP endpoint requires.
    awsIamConfig DataSourceAwsIamConfig
    The AWS Identity and Access Management settings.
    authorizationType string
    The authorization type that the HTTP endpoint requires.
    awsIamConfig DataSourceAwsIamConfig
    The AWS Identity and Access Management settings.
    authorization_type str
    The authorization type that the HTTP endpoint requires.
    aws_iam_config DataSourceAwsIamConfig
    The AWS Identity and Access Management settings.
    authorizationType String
    The authorization type that the HTTP endpoint requires.
    awsIamConfig Property Map
    The AWS Identity and Access Management settings.

    DataSourceAwsIamConfig

    SigningRegion string
    The signing Region for AWS Identity and Access Management authorization.
    SigningServiceName string
    The signing service name for AWS Identity and Access Management authorization.
    SigningRegion string
    The signing Region for AWS Identity and Access Management authorization.
    SigningServiceName string
    The signing service name for AWS Identity and Access Management authorization.
    signingRegion String
    The signing Region for AWS Identity and Access Management authorization.
    signingServiceName String
    The signing service name for AWS Identity and Access Management authorization.
    signingRegion string
    The signing Region for AWS Identity and Access Management authorization.
    signingServiceName string
    The signing service name for AWS Identity and Access Management authorization.
    signing_region str
    The signing Region for AWS Identity and Access Management authorization.
    signing_service_name str
    The signing service name for AWS Identity and Access Management authorization.
    signingRegion String
    The signing Region for AWS Identity and Access Management authorization.
    signingServiceName String
    The signing service name for AWS Identity and Access Management authorization.

    DataSourceDeltaSyncConfig

    BaseTableTtl string
    The number of minutes that an Item is stored in the data source.
    DeltaSyncTableName string
    The Delta Sync table name.
    DeltaSyncTableTtl string
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
    BaseTableTtl string
    The number of minutes that an Item is stored in the data source.
    DeltaSyncTableName string
    The Delta Sync table name.
    DeltaSyncTableTtl string
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
    baseTableTtl String
    The number of minutes that an Item is stored in the data source.
    deltaSyncTableName String
    The Delta Sync table name.
    deltaSyncTableTtl String
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
    baseTableTtl string
    The number of minutes that an Item is stored in the data source.
    deltaSyncTableName string
    The Delta Sync table name.
    deltaSyncTableTtl string
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
    base_table_ttl str
    The number of minutes that an Item is stored in the data source.
    delta_sync_table_name str
    The Delta Sync table name.
    delta_sync_table_ttl str
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
    baseTableTtl String
    The number of minutes that an Item is stored in the data source.
    deltaSyncTableName String
    The Delta Sync table name.
    deltaSyncTableTtl String
    The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.

    DataSourceDynamoDbConfig

    AwsRegion string
    The AWS Region.
    TableName string
    The table name.
    DeltaSyncConfig Pulumi.AwsNative.AppSync.Inputs.DataSourceDeltaSyncConfig
    The DeltaSyncConfig for a versioned datasource.
    UseCallerCredentials bool
    Set to TRUE to use AWS Identity and Access Management with this data source.
    Versioned bool
    Set to TRUE to use Conflict Detection and Resolution with this data source.
    AwsRegion string
    The AWS Region.
    TableName string
    The table name.
    DeltaSyncConfig DataSourceDeltaSyncConfig
    The DeltaSyncConfig for a versioned datasource.
    UseCallerCredentials bool
    Set to TRUE to use AWS Identity and Access Management with this data source.
    Versioned bool
    Set to TRUE to use Conflict Detection and Resolution with this data source.
    awsRegion String
    The AWS Region.
    tableName String
    The table name.
    deltaSyncConfig DataSourceDeltaSyncConfig
    The DeltaSyncConfig for a versioned datasource.
    useCallerCredentials Boolean
    Set to TRUE to use AWS Identity and Access Management with this data source.
    versioned Boolean
    Set to TRUE to use Conflict Detection and Resolution with this data source.
    awsRegion string
    The AWS Region.
    tableName string
    The table name.
    deltaSyncConfig DataSourceDeltaSyncConfig
    The DeltaSyncConfig for a versioned datasource.
    useCallerCredentials boolean
    Set to TRUE to use AWS Identity and Access Management with this data source.
    versioned boolean
    Set to TRUE to use Conflict Detection and Resolution with this data source.
    aws_region str
    The AWS Region.
    table_name str
    The table name.
    delta_sync_config DataSourceDeltaSyncConfig
    The DeltaSyncConfig for a versioned datasource.
    use_caller_credentials bool
    Set to TRUE to use AWS Identity and Access Management with this data source.
    versioned bool
    Set to TRUE to use Conflict Detection and Resolution with this data source.
    awsRegion String
    The AWS Region.
    tableName String
    The table name.
    deltaSyncConfig Property Map
    The DeltaSyncConfig for a versioned datasource.
    useCallerCredentials Boolean
    Set to TRUE to use AWS Identity and Access Management with this data source.
    versioned Boolean
    Set to TRUE to use Conflict Detection and Resolution with this data source.

    DataSourceElasticsearchConfig

    AwsRegion string
    The AWS Region.
    Endpoint string
    The endpoint.
    AwsRegion string
    The AWS Region.
    Endpoint string
    The endpoint.
    awsRegion String
    The AWS Region.
    endpoint String
    The endpoint.
    awsRegion string
    The AWS Region.
    endpoint string
    The endpoint.
    aws_region str
    The AWS Region.
    endpoint str
    The endpoint.
    awsRegion String
    The AWS Region.
    endpoint String
    The endpoint.

    DataSourceEventBridgeConfig

    EventBusArn string
    ARN for the EventBridge bus.
    EventBusArn string
    ARN for the EventBridge bus.
    eventBusArn String
    ARN for the EventBridge bus.
    eventBusArn string
    ARN for the EventBridge bus.
    event_bus_arn str
    ARN for the EventBridge bus.
    eventBusArn String
    ARN for the EventBridge bus.

    DataSourceHttpConfig

    Endpoint string
    The endpoint.
    AuthorizationConfig DataSourceAuthorizationConfig
    The authorization configuration.
    endpoint String
    The endpoint.
    authorizationConfig DataSourceAuthorizationConfig
    The authorization configuration.
    endpoint string
    The endpoint.
    authorizationConfig DataSourceAuthorizationConfig
    The authorization configuration.
    endpoint str
    The endpoint.
    authorization_config DataSourceAuthorizationConfig
    The authorization configuration.
    endpoint String
    The endpoint.
    authorizationConfig Property Map
    The authorization configuration.

    DataSourceLambdaConfig

    LambdaFunctionArn string
    The ARN for the Lambda function.
    LambdaFunctionArn string
    The ARN for the Lambda function.
    lambdaFunctionArn String
    The ARN for the Lambda function.
    lambdaFunctionArn string
    The ARN for the Lambda function.
    lambda_function_arn str
    The ARN for the Lambda function.
    lambdaFunctionArn String
    The ARN for the Lambda function.

    DataSourceMetricsConfig

    DataSourceOpenSearchServiceConfig

    AwsRegion string
    The AWS Region.
    Endpoint string
    The endpoint.
    AwsRegion string
    The AWS Region.
    Endpoint string
    The endpoint.
    awsRegion String
    The AWS Region.
    endpoint String
    The endpoint.
    awsRegion string
    The AWS Region.
    endpoint string
    The endpoint.
    aws_region str
    The AWS Region.
    endpoint str
    The endpoint.
    awsRegion String
    The AWS Region.
    endpoint String
    The endpoint.

    DataSourceRdsHttpEndpointConfig

    AwsRegion string
    AWS Region for RDS HTTP endpoint.
    AwsSecretStoreArn string
    The ARN for database credentials stored in AWS Secrets Manager.
    DbClusterIdentifier string
    Amazon RDS cluster Amazon Resource Name (ARN).
    DatabaseName string
    Logical database name.
    Schema string
    Logical schema name.
    AwsRegion string
    AWS Region for RDS HTTP endpoint.
    AwsSecretStoreArn string
    The ARN for database credentials stored in AWS Secrets Manager.
    DbClusterIdentifier string
    Amazon RDS cluster Amazon Resource Name (ARN).
    DatabaseName string
    Logical database name.
    Schema string
    Logical schema name.
    awsRegion String
    AWS Region for RDS HTTP endpoint.
    awsSecretStoreArn String
    The ARN for database credentials stored in AWS Secrets Manager.
    dbClusterIdentifier String
    Amazon RDS cluster Amazon Resource Name (ARN).
    databaseName String
    Logical database name.
    schema String
    Logical schema name.
    awsRegion string
    AWS Region for RDS HTTP endpoint.
    awsSecretStoreArn string
    The ARN for database credentials stored in AWS Secrets Manager.
    dbClusterIdentifier string
    Amazon RDS cluster Amazon Resource Name (ARN).
    databaseName string
    Logical database name.
    schema string
    Logical schema name.
    aws_region str
    AWS Region for RDS HTTP endpoint.
    aws_secret_store_arn str
    The ARN for database credentials stored in AWS Secrets Manager.
    db_cluster_identifier str
    Amazon RDS cluster Amazon Resource Name (ARN).
    database_name str
    Logical database name.
    schema str
    Logical schema name.
    awsRegion String
    AWS Region for RDS HTTP endpoint.
    awsSecretStoreArn String
    The ARN for database credentials stored in AWS Secrets Manager.
    dbClusterIdentifier String
    Amazon RDS cluster Amazon Resource Name (ARN).
    databaseName String
    Logical database name.
    schema String
    Logical schema name.

    DataSourceRelationalDatabaseConfig

    RelationalDatabaseSourceType string
    The type of relational data source.
    RdsHttpEndpointConfig Pulumi.AwsNative.AppSync.Inputs.DataSourceRdsHttpEndpointConfig
    Information about the Amazon RDS resource.
    RelationalDatabaseSourceType string
    The type of relational data source.
    RdsHttpEndpointConfig DataSourceRdsHttpEndpointConfig
    Information about the Amazon RDS resource.
    relationalDatabaseSourceType String
    The type of relational data source.
    rdsHttpEndpointConfig DataSourceRdsHttpEndpointConfig
    Information about the Amazon RDS resource.
    relationalDatabaseSourceType string
    The type of relational data source.
    rdsHttpEndpointConfig DataSourceRdsHttpEndpointConfig
    Information about the Amazon RDS resource.
    relational_database_source_type str
    The type of relational data source.
    rds_http_endpoint_config DataSourceRdsHttpEndpointConfig
    Information about the Amazon RDS resource.
    relationalDatabaseSourceType String
    The type of relational data source.
    rdsHttpEndpointConfig Property Map
    Information about the Amazon RDS resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi