Class DataSourceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DataSourceArgs : ResourceArgs
Constructors
View SourceDataSourceArgs()
Declaration
public DataSourceArgs()
Properties
View SourceApiId
The API ID for the GraphQL API for the DataSource.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of the DataSource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DynamodbConfig
DynamoDB settings. See below
Declaration
public Input<DataSourceDynamodbConfigArgs> DynamodbConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DataSourceDynamodbConfigArgs> |
ElasticsearchConfig
Amazon Elasticsearch settings. See below
Declaration
public Input<DataSourceElasticsearchConfigArgs> ElasticsearchConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DataSourceElasticsearchConfigArgs> |
HttpConfig
HTTP settings. See below
Declaration
public Input<DataSourceHttpConfigArgs> HttpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DataSourceHttpConfigArgs> |
LambdaConfig
AWS Lambda settings. See below
Declaration
public Input<DataSourceLambdaConfigArgs> LambdaConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DataSourceLambdaConfigArgs> |
Name
A user-supplied name for the DataSource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceRoleArn
The IAM service role ARN for the data source.
Declaration
public Input<string> ServiceRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the DataSource. Valid values: AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, HTTP, NONE.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |