@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.112Z") @Stability(value=Deprecated) @Deprecated public class CfnApiMappingV2 extends CfnResource implements IInspectable
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.*;
CfnApiMappingV2 cfnApiMappingV2 = CfnApiMappingV2.Builder.create(this, "MyCfnApiMappingV2")
.apiId("apiId")
.domainName("domainName")
.stage("stage")
// the properties below are optional
.apiMappingKey("apiMappingKey")
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnApiMappingV2.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnApiMappingV2(Construct scope,
String id,
CfnApiMappingV2Props props)
Deprecated.
|
protected |
CfnApiMappingV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnApiMappingV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId()
Deprecated.
|
String |
getApiMappingKey()
Deprecated.
|
protected Map<String,Object> |
getCfnProperties()
Deprecated.
|
String |
getDomainName()
Deprecated.
|
String |
getStage()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
Deprecated.
|
void |
setApiId(String value)
Deprecated.
|
void |
setApiMappingKey(String value)
Deprecated.
|
void |
setDomainName(String value)
Deprecated.
|
void |
setStage(String value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Deprecated) @Deprecated public static final String CFN_RESOURCE_TYPE_NAME
protected CfnApiMappingV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnApiMappingV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnApiMappingV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnApiMappingV2Props 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=Deprecated) @Deprecated public void inspect(@NotNull TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Deprecated) @Deprecated @NotNull public String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid@Stability(value=Deprecated) @Deprecated @NotNull public String getDomainName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname@Stability(value=Deprecated) @Deprecated public void setDomainName(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname@Stability(value=Deprecated) @Deprecated @NotNull public String getStage()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage@Stability(value=Deprecated) @Deprecated public void setStage(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage@Stability(value=Deprecated) @Deprecated @Nullable public String getApiMappingKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey@Stability(value=Deprecated) @Deprecated public void setApiMappingKey(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkeyCopyright © 2022. All rights reserved.