We recommend new projects start with resources from the AWS provider.
aws-native.appsync.getDataSource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Data
Source stringArn - The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
- Data
Source stringArn - The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
- data
Source StringArn - The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
- data
Source stringArn - The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
- data_
source_ strarn - The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
- data
Source StringArn - 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:
- Data
Source stringArn - 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.
- Dynamo
Db Pulumi.Config Aws Native. App Sync. Outputs. Data Source Dynamo Db Config - AWS Region and TableName for an Amazon DynamoDB table in your account.
- Elasticsearch
Config Pulumi.Aws Native. App Sync. Outputs. Data Source Elasticsearch Config - 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 Pulumi.Config Aws Native. App Sync. Outputs. Data Source Event Bridge Config - ARN for the EventBridge bus.
- Http
Config Pulumi.Aws Native. App Sync. Outputs. Data Source Http Config - Endpoints for an HTTP data source.
- Lambda
Config Pulumi.Aws Native. App Sync. Outputs. Data Source Lambda Config - 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 Pulumi.Aws Native. App Sync. Data Source Metrics Config Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- Open
Search Pulumi.Service Config Aws Native. App Sync. Outputs. Data Source Open Search Service Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- Relational
Database Pulumi.Config Aws Native. App Sync. Outputs. Data Source Relational Database Config - Relational Database configuration of the relational database data source.
- Service
Role stringArn - 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 stringArn - 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.
- Dynamo
Db DataConfig Source Dynamo Db Config - AWS Region and TableName for an Amazon DynamoDB table in your account.
- Elasticsearch
Config DataSource Elasticsearch Config - 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 DataConfig Source Event Bridge Config - ARN for the EventBridge bus.
- Http
Config DataSource Http Config - Endpoints for an HTTP data source.
- Lambda
Config DataSource Lambda Config - 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 DataSource Metrics Config Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- Open
Search DataService Config Source Open Search Service Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- Relational
Database DataConfig Source Relational Database Config - Relational Database configuration of the relational database data source.
- Service
Role stringArn - 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 StringArn - 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.
- dynamo
Db DataConfig Source Dynamo Db Config - AWS Region and TableName for an Amazon DynamoDB table in your account.
- elasticsearch
Config DataSource Elasticsearch Config - 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 DataConfig Source Event Bridge Config - ARN for the EventBridge bus.
- http
Config DataSource Http Config - Endpoints for an HTTP data source.
- lambda
Config DataSource Lambda Config - 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 DataSource Metrics Config Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- open
Search DataService Config Source Open Search Service Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- relational
Database DataConfig Source Relational Database Config - Relational Database configuration of the relational database data source.
- service
Role StringArn - 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 stringArn - 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.
- dynamo
Db DataConfig Source Dynamo Db Config - AWS Region and TableName for an Amazon DynamoDB table in your account.
- elasticsearch
Config DataSource Elasticsearch Config - 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 DataConfig Source Event Bridge Config - ARN for the EventBridge bus.
- http
Config DataSource Http Config - Endpoints for an HTTP data source.
- lambda
Config DataSource Lambda Config - 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 DataSource Metrics Config Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- open
Search DataService Config Source Open Search Service Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- relational
Database DataConfig Source Relational Database Config - Relational Database configuration of the relational database data source.
- service
Role stringArn - 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_ strarn - 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_ Dataconfig Source Dynamo Db Config - AWS Region and TableName for an Amazon DynamoDB table in your account.
- elasticsearch_
config DataSource Elasticsearch Config - 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_ Dataconfig Source Event Bridge Config - ARN for the EventBridge bus.
- http_
config DataSource Http Config - Endpoints for an HTTP data source.
- lambda_
config DataSource Lambda Config - 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 DataSource Metrics Config Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- open_
search_ Dataservice_ config Source Open Search Service Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- relational_
database_ Dataconfig Source Relational Database Config - Relational Database configuration of the relational database data source.
- service_
role_ strarn - 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.
- data
Source StringArn - 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.
- dynamo
Db Property MapConfig - AWS Region and TableName for an Amazon DynamoDB table in your account.
- elasticsearch
Config 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.
- event
Bridge Property MapConfig - ARN for the EventBridge bus.
- http
Config Property Map - Endpoints for an HTTP data source.
- lambda
Config 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.
- metrics
Config "DISABLED" | "ENABLED" Enables or disables enhanced data source metrics for specified data sources. Note that
MetricsConfig
won't be used unless thedataSourceLevelMetricsBehavior
value is set toPER_DATA_SOURCE_METRICS
. If thedataSourceLevelMetricsBehavior
is set toFULL_REQUEST_DATA_SOURCE_METRICS
instead,MetricsConfig
will be ignored. However, you can still set its value.MetricsConfig
can beENABLED
orDISABLED
.- open
Search Property MapService Config - AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
- relational
Database Property MapConfig - Relational Database configuration of the relational database data source.
- service
Role StringArn - 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
- string
- The authorization type that the HTTP endpoint requires.
- Aws
Iam Pulumi.Config Aws Native. App Sync. Inputs. Data Source Aws Iam Config - The AWS Identity and Access Management settings.
- string
- The authorization type that the HTTP endpoint requires.
- Aws
Iam DataConfig Source Aws Iam Config - The AWS Identity and Access Management settings.
- String
- The authorization type that the HTTP endpoint requires.
- aws
Iam DataConfig Source Aws Iam Config - The AWS Identity and Access Management settings.
- string
- The authorization type that the HTTP endpoint requires.
- aws
Iam DataConfig Source Aws Iam Config - The AWS Identity and Access Management settings.
- str
- The authorization type that the HTTP endpoint requires.
- aws_
iam_ Dataconfig Source Aws Iam Config - The AWS Identity and Access Management settings.
- String
- The authorization type that the HTTP endpoint requires.
- aws
Iam Property MapConfig - The AWS Identity and Access Management settings.
DataSourceAwsIamConfig
- Signing
Region string - The signing Region for AWS Identity and Access Management authorization.
- Signing
Service stringName - The signing service name for AWS Identity and Access Management authorization.
- Signing
Region string - The signing Region for AWS Identity and Access Management authorization.
- Signing
Service stringName - The signing service name for AWS Identity and Access Management authorization.
- signing
Region String - The signing Region for AWS Identity and Access Management authorization.
- signing
Service StringName - The signing service name for AWS Identity and Access Management authorization.
- signing
Region string - The signing Region for AWS Identity and Access Management authorization.
- signing
Service stringName - 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_ strname - The signing service name for AWS Identity and Access Management authorization.
- signing
Region String - The signing Region for AWS Identity and Access Management authorization.
- signing
Service StringName - The signing service name for AWS Identity and Access Management authorization.
DataSourceDeltaSyncConfig
- Base
Table stringTtl - The number of minutes that an Item is stored in the data source.
- Delta
Sync stringTable Name - The Delta Sync table name.
- Delta
Sync stringTable Ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
- Base
Table stringTtl - The number of minutes that an Item is stored in the data source.
- Delta
Sync stringTable Name - The Delta Sync table name.
- Delta
Sync stringTable Ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
- base
Table StringTtl - The number of minutes that an Item is stored in the data source.
- delta
Sync StringTable Name - The Delta Sync table name.
- delta
Sync StringTable Ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
- base
Table stringTtl - The number of minutes that an Item is stored in the data source.
- delta
Sync stringTable Name - The Delta Sync table name.
- delta
Sync stringTable Ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
- base_
table_ strttl - The number of minutes that an Item is stored in the data source.
- delta_
sync_ strtable_ name - The Delta Sync table name.
- delta_
sync_ strtable_ ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
- base
Table StringTtl - The number of minutes that an Item is stored in the data source.
- delta
Sync StringTable Name - The Delta Sync table name.
- delta
Sync StringTable Ttl - The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
DataSourceDynamoDbConfig
- Aws
Region string - The AWS Region.
- Table
Name string - The table name.
- Delta
Sync Pulumi.Config Aws Native. App Sync. Inputs. Data Source Delta Sync Config - The DeltaSyncConfig for a versioned datasource.
- Use
Caller boolCredentials - 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.
- Aws
Region string - The AWS Region.
- Table
Name string - The table name.
- Delta
Sync DataConfig Source Delta Sync Config - The DeltaSyncConfig for a versioned datasource.
- Use
Caller boolCredentials - 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.
- aws
Region String - The AWS Region.
- table
Name String - The table name.
- delta
Sync DataConfig Source Delta Sync Config - The DeltaSyncConfig for a versioned datasource.
- use
Caller BooleanCredentials - 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 string - The AWS Region.
- table
Name string - The table name.
- delta
Sync DataConfig Source Delta Sync Config - The DeltaSyncConfig for a versioned datasource.
- use
Caller booleanCredentials - 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_ Dataconfig Source Delta Sync Config - The DeltaSyncConfig for a versioned datasource.
- use_
caller_ boolcredentials - 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.
- aws
Region String - The AWS Region.
- table
Name String - The table name.
- delta
Sync Property MapConfig - The DeltaSyncConfig for a versioned datasource.
- use
Caller BooleanCredentials - 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
- aws_
region str - The AWS Region.
- endpoint str
- The endpoint.
DataSourceEventBridgeConfig
- Event
Bus stringArn - ARN for the EventBridge bus.
- Event
Bus stringArn - ARN for the EventBridge bus.
- event
Bus StringArn - ARN for the EventBridge bus.
- event
Bus stringArn - ARN for the EventBridge bus.
- event_
bus_ strarn - ARN for the EventBridge bus.
- event
Bus StringArn - ARN for the EventBridge bus.
DataSourceHttpConfig
- Endpoint string
- The endpoint.
- Pulumi.
Aws Native. App Sync. Inputs. Data Source Authorization Config - The authorization configuration.
- Endpoint string
- The endpoint.
- Data
Source Authorization Config - The authorization configuration.
- endpoint String
- The endpoint.
- Data
Source Authorization Config - The authorization configuration.
- endpoint string
- The endpoint.
- Data
Source Authorization Config - The authorization configuration.
- endpoint str
- The endpoint.
- Data
Source Authorization Config - The authorization configuration.
- endpoint String
- The endpoint.
- Property Map
- The authorization configuration.
DataSourceLambdaConfig
- Lambda
Function stringArn - The ARN for the Lambda function.
- Lambda
Function stringArn - The ARN for the Lambda function.
- lambda
Function StringArn - The ARN for the Lambda function.
- lambda
Function stringArn - The ARN for the Lambda function.
- lambda_
function_ strarn - The ARN for the Lambda function.
- lambda
Function StringArn - The ARN for the Lambda function.
DataSourceMetricsConfig
DataSourceOpenSearchServiceConfig
- aws_
region str - The AWS Region.
- endpoint str
- The endpoint.
DataSourceRdsHttpEndpointConfig
- Aws
Region string - AWS Region for RDS HTTP endpoint.
- Aws
Secret stringStore Arn - The ARN for database credentials stored in AWS Secrets Manager.
- Db
Cluster stringIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- Database
Name string - Logical database name.
- Schema string
- Logical schema name.
- Aws
Region string - AWS Region for RDS HTTP endpoint.
- Aws
Secret stringStore Arn - The ARN for database credentials stored in AWS Secrets Manager.
- Db
Cluster stringIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- Database
Name string - Logical database name.
- Schema string
- Logical schema name.
- aws
Region String - AWS Region for RDS HTTP endpoint.
- aws
Secret StringStore Arn - The ARN for database credentials stored in AWS Secrets Manager.
- db
Cluster StringIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- database
Name String - Logical database name.
- schema String
- Logical schema name.
- aws
Region string - AWS Region for RDS HTTP endpoint.
- aws
Secret stringStore Arn - The ARN for database credentials stored in AWS Secrets Manager.
- db
Cluster stringIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- database
Name string - Logical database name.
- schema string
- Logical schema name.
- aws_
region str - AWS Region for RDS HTTP endpoint.
- aws_
secret_ strstore_ arn - The ARN for database credentials stored in AWS Secrets Manager.
- db_
cluster_ stridentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- database_
name str - Logical database name.
- schema str
- Logical schema name.
- aws
Region String - AWS Region for RDS HTTP endpoint.
- aws
Secret StringStore Arn - The ARN for database credentials stored in AWS Secrets Manager.
- db
Cluster StringIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).
- database
Name String - Logical database name.
- schema String
- Logical schema name.
DataSourceRelationalDatabaseConfig
- Relational
Database stringSource Type - The type of relational data source.
- Rds
Http Pulumi.Endpoint Config Aws Native. App Sync. Inputs. Data Source Rds Http Endpoint Config - Information about the Amazon RDS resource.
- Relational
Database stringSource Type - The type of relational data source.
- Rds
Http DataEndpoint Config Source Rds Http Endpoint Config - Information about the Amazon RDS resource.
- relational
Database StringSource Type - The type of relational data source.
- rds
Http DataEndpoint Config Source Rds Http Endpoint Config - Information about the Amazon RDS resource.
- relational
Database stringSource Type - The type of relational data source.
- rds
Http DataEndpoint Config Source Rds Http Endpoint Config - Information about the Amazon RDS resource.
- relational_
database_ strsource_ type - The type of relational data source.
- rds_
http_ Dataendpoint_ config Source Rds Http Endpoint Config - Information about the Amazon RDS resource.
- relational
Database StringSource Type - The type of relational data source.
- rds
Http Property MapEndpoint Config - Information about the Amazon RDS resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.