@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.062Z") @Stability(value=Stable) public class CfnResolver extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnResolver.Builder
A fluent builder for
CfnResolver. |
static interface |
CfnResolver.CachingConfigProperty |
static interface |
CfnResolver.LambdaConflictHandlerConfigProperty |
static interface |
CfnResolver.PipelineConfigProperty |
static interface |
CfnResolver.SyncConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnResolver(software.constructs.Construct scope,
String id,
CfnResolverProps props)
Create a new `AWS::AppSync::Resolver`.
|
protected |
CfnResolver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResolver(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId()
`AWS::AppSync::Resolver.ApiId`.
|
String |
getAttrFieldName() |
String |
getAttrResolverArn() |
String |
getAttrTypeName() |
Object |
getCachingConfig()
`AWS::AppSync::Resolver.CachingConfig`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDataSourceName()
`AWS::AppSync::Resolver.DataSourceName`.
|
String |
getFieldName()
`AWS::AppSync::Resolver.FieldName`.
|
String |
getKind()
`AWS::AppSync::Resolver.Kind`.
|
Object |
getPipelineConfig()
`AWS::AppSync::Resolver.PipelineConfig`.
|
String |
getRequestMappingTemplate()
`AWS::AppSync::Resolver.RequestMappingTemplate`.
|
String |
getRequestMappingTemplateS3Location()
`AWS::AppSync::Resolver.RequestMappingTemplateS3Location`.
|
String |
getResponseMappingTemplate()
`AWS::AppSync::Resolver.ResponseMappingTemplate`.
|
String |
getResponseMappingTemplateS3Location()
`AWS::AppSync::Resolver.ResponseMappingTemplateS3Location`.
|
Object |
getSyncConfig()
`AWS::AppSync::Resolver.SyncConfig`.
|
String |
getTypeName()
`AWS::AppSync::Resolver.TypeName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApiId(String value)
`AWS::AppSync::Resolver.ApiId`.
|
void |
setCachingConfig(CfnResolver.CachingConfigProperty value)
`AWS::AppSync::Resolver.CachingConfig`.
|
void |
setCachingConfig(IResolvable value)
`AWS::AppSync::Resolver.CachingConfig`.
|
void |
setDataSourceName(String value)
`AWS::AppSync::Resolver.DataSourceName`.
|
void |
setFieldName(String value)
`AWS::AppSync::Resolver.FieldName`.
|
void |
setKind(String value)
`AWS::AppSync::Resolver.Kind`.
|
void |
setPipelineConfig(CfnResolver.PipelineConfigProperty value)
`AWS::AppSync::Resolver.PipelineConfig`.
|
void |
setPipelineConfig(IResolvable value)
`AWS::AppSync::Resolver.PipelineConfig`.
|
void |
setRequestMappingTemplate(String value)
`AWS::AppSync::Resolver.RequestMappingTemplate`.
|
void |
setRequestMappingTemplateS3Location(String value)
`AWS::AppSync::Resolver.RequestMappingTemplateS3Location`.
|
void |
setResponseMappingTemplate(String value)
`AWS::AppSync::Resolver.ResponseMappingTemplate`.
|
void |
setResponseMappingTemplateS3Location(String value)
`AWS::AppSync::Resolver.ResponseMappingTemplateS3Location`.
|
void |
setSyncConfig(CfnResolver.SyncConfigProperty value)
`AWS::AppSync::Resolver.SyncConfig`.
|
void |
setSyncConfig(IResolvable value)
`AWS::AppSync::Resolver.SyncConfig`.
|
void |
setTypeName(String value)
`AWS::AppSync::Resolver.TypeName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnResolver(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResolver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResolver(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnResolverProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrFieldName()
@Stability(value=Stable) @NotNull public String getAttrResolverArn()
@Stability(value=Stable) @NotNull public String getAttrTypeName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApiId()
@Stability(value=Stable)
public void setApiId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getFieldName()
@Stability(value=Stable)
public void setFieldName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTypeName()
@Stability(value=Stable)
public void setTypeName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getCachingConfig()
@Stability(value=Stable)
public void setCachingConfig(@Nullable
CfnResolver.CachingConfigProperty value)
@Stability(value=Stable)
public void setCachingConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDataSourceName()
@Stability(value=Stable)
public void setDataSourceName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKind()
@Stability(value=Stable)
public void setKind(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPipelineConfig()
@Stability(value=Stable)
public void setPipelineConfig(@Nullable
CfnResolver.PipelineConfigProperty value)
@Stability(value=Stable)
public void setPipelineConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getRequestMappingTemplate()
@Stability(value=Stable)
public void setRequestMappingTemplate(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRequestMappingTemplateS3Location()
@Stability(value=Stable)
public void setRequestMappingTemplateS3Location(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getResponseMappingTemplate()
@Stability(value=Stable)
public void setResponseMappingTemplate(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getResponseMappingTemplateS3Location()
@Stability(value=Stable)
public void setResponseMappingTemplateS3Location(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getSyncConfig()
@Stability(value=Stable)
public void setSyncConfig(@Nullable
CfnResolver.SyncConfigProperty value)
@Stability(value=Stable)
public void setSyncConfig(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.