Class ResolverState
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 ResolverState : ResourceArgs
Constructors
View SourceResolverState()
Declaration
public ResolverState()
Properties
View SourceApiId
The API ID for the GraphQL API.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Arn
The ARN
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CachingConfig
The CachingConfig.
Declaration
public Input<ResolverCachingConfigGetArgs> CachingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResolverCachingConfigGetArgs> |
DataSource
The DataSource name.
Declaration
public Input<string> DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Field
The field name from the schema defined in the GraphQL API.
Declaration
public Input<string> Field { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kind
The resolver type. Valid values are UNIT and PIPELINE.
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PipelineConfig
The PipelineConfig.
Declaration
public Input<ResolverPipelineConfigGetArgs> PipelineConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResolverPipelineConfigGetArgs> |
RequestTemplate
The request mapping template for UNIT resolver or 'before mapping template' for PIPELINE resolver.
Declaration
public Input<string> RequestTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResponseTemplate
The response mapping template for UNIT resolver or 'after mapping template' for PIPELINE resolver.
Declaration
public Input<string> ResponseTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type name from the schema defined in the GraphQL API.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |