@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.061Z") @Stability(value=Stable) public class CfnGraphQLApi extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty |
static class |
CfnGraphQLApi.Builder
A fluent builder for
CfnGraphQLApi. |
static interface |
CfnGraphQLApi.CognitoUserPoolConfigProperty |
static interface |
CfnGraphQLApi.LogConfigProperty |
static interface |
CfnGraphQLApi.OpenIDConnectConfigProperty |
static interface |
CfnGraphQLApi.UserPoolConfigProperty |
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 |
|---|---|
|
CfnGraphQLApi(software.constructs.Construct scope,
String id,
CfnGraphQLApiProps props)
Create a new `AWS::AppSync::GraphQLApi`.
|
protected |
CfnGraphQLApi(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnGraphQLApi(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAdditionalAuthenticationProviders()
`AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders`.
|
String |
getAttrApiId() |
String |
getAttrArn() |
String |
getAttrGraphQlUrl() |
String |
getAuthenticationType()
`AWS::AppSync::GraphQLApi.AuthenticationType`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getLogConfig()
`AWS::AppSync::GraphQLApi.LogConfig`.
|
String |
getName()
`AWS::AppSync::GraphQLApi.Name`.
|
Object |
getOpenIdConnectConfig()
`AWS::AppSync::GraphQLApi.OpenIDConnectConfig`.
|
TagManager |
getTags()
`AWS::AppSync::GraphQLApi.Tags`.
|
Object |
getUserPoolConfig()
`AWS::AppSync::GraphQLApi.UserPoolConfig`.
|
Object |
getXrayEnabled()
`AWS::AppSync::GraphQLApi.XrayEnabled`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdditionalAuthenticationProviders(IResolvable value)
`AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders`.
|
void |
setAdditionalAuthenticationProviders(List<Object> value)
`AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders`.
|
void |
setAuthenticationType(String value)
`AWS::AppSync::GraphQLApi.AuthenticationType`.
|
void |
setLogConfig(CfnGraphQLApi.LogConfigProperty value)
`AWS::AppSync::GraphQLApi.LogConfig`.
|
void |
setLogConfig(IResolvable value)
`AWS::AppSync::GraphQLApi.LogConfig`.
|
void |
setName(String value)
`AWS::AppSync::GraphQLApi.Name`.
|
void |
setOpenIdConnectConfig(CfnGraphQLApi.OpenIDConnectConfigProperty value)
`AWS::AppSync::GraphQLApi.OpenIDConnectConfig`.
|
void |
setOpenIdConnectConfig(IResolvable value)
`AWS::AppSync::GraphQLApi.OpenIDConnectConfig`.
|
void |
setUserPoolConfig(CfnGraphQLApi.UserPoolConfigProperty value)
`AWS::AppSync::GraphQLApi.UserPoolConfig`.
|
void |
setUserPoolConfig(IResolvable value)
`AWS::AppSync::GraphQLApi.UserPoolConfig`.
|
void |
setXrayEnabled(Boolean value)
`AWS::AppSync::GraphQLApi.XrayEnabled`.
|
void |
setXrayEnabled(IResolvable value)
`AWS::AppSync::GraphQLApi.XrayEnabled`.
|
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 CfnGraphQLApi(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnGraphQLApi(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnGraphQLApi(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnGraphQLApiProps 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 getAttrApiId()
@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrGraphQlUrl()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getAuthenticationType()
@Stability(value=Stable)
public void setAuthenticationType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAdditionalAuthenticationProviders()
@Stability(value=Stable)
public void setAdditionalAuthenticationProviders(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAdditionalAuthenticationProviders(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getLogConfig()
@Stability(value=Stable)
public void setLogConfig(@Nullable
CfnGraphQLApi.LogConfigProperty value)
@Stability(value=Stable)
public void setLogConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getOpenIdConnectConfig()
@Stability(value=Stable)
public void setOpenIdConnectConfig(@Nullable
CfnGraphQLApi.OpenIDConnectConfigProperty value)
@Stability(value=Stable)
public void setOpenIdConnectConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getUserPoolConfig()
@Stability(value=Stable)
public void setUserPoolConfig(@Nullable
CfnGraphQLApi.UserPoolConfigProperty value)
@Stability(value=Stable)
public void setUserPoolConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getXrayEnabled()
@Stability(value=Stable)
public void setXrayEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setXrayEnabled(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.