Class CfnGatewayResponse
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.apigateway.CfnGatewayResponse
- All Implemented Interfaces:
IInspectable,IGatewayResponseRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:04.112Z")
@Stability(Stable)
public class CfnGatewayResponse
extends CfnResource
implements IInspectable, IGatewayResponseRef
The
AWS::ApiGateway::GatewayResponse resource creates a gateway response for your API.
When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see API Gateway Responses in the API Gateway Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
CfnGatewayResponse cfnGatewayResponse = CfnGatewayResponse.Builder.create(this, "MyCfnGatewayResponse")
.responseType("responseType")
.restApiId("restApiId")
// the properties below are optional
.responseParameters(Map.of(
"responseParametersKey", "responseParameters"))
.responseTemplates(Map.of(
"responseTemplatesKey", "responseTemplates"))
.statusCode("statusCode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigateway.IGatewayResponseRef
IGatewayResponseRef.Jsii$Default, IGatewayResponseRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnGatewayResponse(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnGatewayResponse(software.amazon.jsii.JsiiObjectRef objRef) CfnGatewayResponse(software.constructs.Construct scope, String id, CfnGatewayResponseProps props) Create a newAWS::ApiGateway::GatewayResponse. -
Method Summary
Modifier and TypeMethodDescriptionThe ID for the gateway response.A reference to a GatewayResponse resource.Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.Response templates of the GatewayResponse as a string-to-string map of key-value pairs.The response type of the associated GatewayResponse.The string identifier of the associated RestApi.The HTTP status code for this GatewayResponse.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnGatewayResponse.renderProperties(Map<String, Object> props) voidsetResponseParameters(Map<String, String> value) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.voidsetResponseParameters(IResolvable value) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.voidsetResponseTemplates(Map<String, String> value) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.voidsetResponseTemplates(IResolvable value) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.voidsetResponseType(String value) The response type of the associated GatewayResponse.voidsetRestApiId(String value) The string identifier of the associated RestApi.voidsetStatusCode(String value) The HTTP status code for this GatewayResponse.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnGatewayResponse
protected CfnGatewayResponse(software.amazon.jsii.JsiiObjectRef objRef) -
CfnGatewayResponse
protected CfnGatewayResponse(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnGatewayResponse
@Stability(Stable) public CfnGatewayResponse(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnGatewayResponseProps props) Create a newAWS::ApiGateway::GatewayResponse.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnGatewayResponse
Checks whether the given object is a CfnGatewayResponse.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrId
The ID for the gateway response.For example:
abc123. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getGatewayResponseRef
A reference to a GatewayResponse resource.- Specified by:
getGatewayResponseRefin interfaceIGatewayResponseRef
-
getResponseType
The response type of the associated GatewayResponse. -
setResponseType
The response type of the associated GatewayResponse. -
getRestApiId
The string identifier of the associated RestApi. -
setRestApiId
The string identifier of the associated RestApi. -
getResponseParameters
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable -
setResponseParameters
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs. -
setResponseParameters
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs. -
getResponseTemplates
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable -
setResponseTemplates
Response templates of the GatewayResponse as a string-to-string map of key-value pairs. -
setResponseTemplates
Response templates of the GatewayResponse as a string-to-string map of key-value pairs. -
getStatusCode
The HTTP status code for this GatewayResponse. -
setStatusCode
The HTTP status code for this GatewayResponse.
-