@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.377Z") @Stability(value=Deprecated) @Deprecated public class CfnDeploymentV2 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.*;
CfnDeploymentV2 cfnDeploymentV2 = CfnDeploymentV2.Builder.create(this, "MyCfnDeploymentV2")
.apiId("apiId")
// the properties below are optional
.description("description")
.stageName("stageName")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDeploymentV2.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 |
|---|---|
|
CfnDeploymentV2(Construct scope,
String id,
CfnDeploymentV2Props props)
Deprecated.
|
protected |
CfnDeploymentV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnDeploymentV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId()
Deprecated.
|
protected Map<String,Object> |
getCfnProperties()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getStageName()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
Deprecated.
|
void |
setApiId(String value)
Deprecated.
|
void |
setDescription(String value)
Deprecated.
|
void |
setStageName(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 CfnDeploymentV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDeploymentV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnDeploymentV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnDeploymentV2Props 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()
@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getDescription()
@Stability(value=Deprecated) @Deprecated public void setDescription(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getStageName()
@Stability(value=Deprecated) @Deprecated public void setStageName(@Nullable String value)
Copyright © 2022. All rights reserved.