@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:47.443Z") @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();
Modifier and Type | Class and Description |
---|---|
static class |
CfnApiMappingV2.Builder
Deprecated.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
Modifier | Constructor and Description |
---|---|
|
CfnApiMappingV2(Construct scope,
java.lang.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 |
---|---|
java.lang.String |
getApiId()
Deprecated.
|
java.lang.String |
getApiMappingKey()
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties()
Deprecated.
|
java.lang.String |
getDomainName()
Deprecated.
|
java.lang.String |
getStage()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.
|
void |
setApiId(java.lang.String value)
Deprecated.
|
void |
setApiMappingKey(java.lang.String value)
Deprecated.
|
void |
setDomainName(java.lang.String value)
Deprecated.
|
void |
setStage(java.lang.String value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
@Deprecated public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnApiMappingV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnApiMappingV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnApiMappingV2(Construct scope, java.lang.String id, 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.@Deprecated public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Deprecated public java.lang.String getApiId()
@Deprecated public void setApiId(java.lang.String value)
@Deprecated public java.lang.String getDomainName()
@Deprecated public void setDomainName(java.lang.String value)
@Deprecated public java.lang.String getStage()
@Deprecated public void setStage(java.lang.String value)
@Deprecated public java.lang.String getApiMappingKey()
@Deprecated public void setApiMappingKey(java.lang.String value)