Show / Hide Table of Contents

Class DataSourceState

Inheritance
System.Object
InputArgs
ResourceArgs
DataSourceState
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 DataSourceState : ResourceArgs

Constructors

View Source

DataSourceState()

Declaration
public DataSourceState()

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

Arn

The ARN

Declaration
public Input<string> Arn { 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<DataSourceDynamodbConfigGetArgs> DynamodbConfig { get; set; }
Property Value
Type Description
Input<DataSourceDynamodbConfigGetArgs>
View Source

ElasticsearchConfig

Amazon Elasticsearch settings. See below

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

HttpConfig

HTTP settings. See below

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

LambdaConfig

AWS Lambda settings. See below

Declaration
public Input<DataSourceLambdaConfigGetArgs> LambdaConfig { get; set; }
Property Value
Type Description
Input<DataSourceLambdaConfigGetArgs>
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.