Show / Hide Table of Contents

Class DataSourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DataSourceArgs
Inherited Members
ResourceArgs.Empty
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 Source

DataSourceArgs()

Declaration
public DataSourceArgs()

Properties

View Source

ApiId

The API ID for the GraphQL API for the DataSource.

Declaration
public Input<string> ApiId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A description of the DataSource.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DynamodbConfig

DynamoDB settings. See below

Declaration
public Input<DataSourceDynamodbConfigArgs> DynamodbConfig { get; set; }
Property Value
Type Description
Input<DataSourceDynamodbConfigArgs>
View Source

ElasticsearchConfig

Amazon Elasticsearch settings. See below

Declaration
public Input<DataSourceElasticsearchConfigArgs> ElasticsearchConfig { get; set; }
Property Value
Type Description
Input<DataSourceElasticsearchConfigArgs>
View Source

HttpConfig

HTTP settings. See below

Declaration
public Input<DataSourceHttpConfigArgs> HttpConfig { get; set; }
Property Value
Type Description
Input<DataSourceHttpConfigArgs>
View Source

LambdaConfig

AWS Lambda settings. See below

Declaration
public Input<DataSourceLambdaConfigArgs> LambdaConfig { get; set; }
Property Value
Type Description
Input<DataSourceLambdaConfigArgs>
View Source

Name

A user-supplied name for the DataSource.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceRoleArn

The IAM service role ARN for the data source.

Declaration
public Input<string> ServiceRoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.