@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.915Z") @Stability(value=Stable) public class CfnStage extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnStage.AccessLogSettingsProperty |
static class |
CfnStage.Builder
A fluent builder for
CfnStage. |
static interface |
CfnStage.RouteSettingsProperty |
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 |
|---|---|
|
CfnStage(software.constructs.Construct scope,
String id,
CfnStageProps props)
Create a new `AWS::ApiGatewayV2::Stage`.
|
protected |
CfnStage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStage(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccessLogSettings()
`AWS::ApiGatewayV2::Stage.AccessLogSettings`.
|
String |
getAccessPolicyId()
`AWS::ApiGatewayV2::Stage.AccessPolicyId`.
|
String |
getApiId()
`AWS::ApiGatewayV2::Stage.ApiId`.
|
Object |
getAutoDeploy()
`AWS::ApiGatewayV2::Stage.AutoDeploy`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClientCertificateId()
`AWS::ApiGatewayV2::Stage.ClientCertificateId`.
|
Object |
getDefaultRouteSettings()
`AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.
|
String |
getDeploymentId()
`AWS::ApiGatewayV2::Stage.DeploymentId`.
|
String |
getDescription()
`AWS::ApiGatewayV2::Stage.Description`.
|
Object |
getRouteSettings()
`AWS::ApiGatewayV2::Stage.RouteSettings`.
|
String |
getStageName()
`AWS::ApiGatewayV2::Stage.StageName`.
|
Object |
getStageVariables()
`AWS::ApiGatewayV2::Stage.StageVariables`.
|
TagManager |
getTags()
`AWS::ApiGatewayV2::Stage.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessLogSettings(CfnStage.AccessLogSettingsProperty value)
`AWS::ApiGatewayV2::Stage.AccessLogSettings`.
|
void |
setAccessLogSettings(IResolvable value)
`AWS::ApiGatewayV2::Stage.AccessLogSettings`.
|
void |
setAccessPolicyId(String value)
`AWS::ApiGatewayV2::Stage.AccessPolicyId`.
|
void |
setApiId(String value)
`AWS::ApiGatewayV2::Stage.ApiId`.
|
void |
setAutoDeploy(Boolean value)
`AWS::ApiGatewayV2::Stage.AutoDeploy`.
|
void |
setAutoDeploy(IResolvable value)
`AWS::ApiGatewayV2::Stage.AutoDeploy`.
|
void |
setClientCertificateId(String value)
`AWS::ApiGatewayV2::Stage.ClientCertificateId`.
|
void |
setDefaultRouteSettings(CfnStage.RouteSettingsProperty value)
`AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.
|
void |
setDefaultRouteSettings(IResolvable value)
`AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.
|
void |
setDeploymentId(String value)
`AWS::ApiGatewayV2::Stage.DeploymentId`.
|
void |
setDescription(String value)
`AWS::ApiGatewayV2::Stage.Description`.
|
void |
setRouteSettings(Object value)
`AWS::ApiGatewayV2::Stage.RouteSettings`.
|
void |
setStageName(String value)
`AWS::ApiGatewayV2::Stage.StageName`.
|
void |
setStageVariables(Object value)
`AWS::ApiGatewayV2::Stage.StageVariables`.
|
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 CfnStage(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStage(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnStageProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getApiId()
@Stability(value=Stable)
public void setApiId(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getRouteSettings()
@Stability(value=Stable)
public void setRouteSettings(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getStageName()
@Stability(value=Stable)
public void setStageName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getStageVariables()
@Stability(value=Stable)
public void setStageVariables(@NotNull
Object value)
@Stability(value=Stable) @Nullable public Object getAccessLogSettings()
@Stability(value=Stable)
public void setAccessLogSettings(@Nullable
CfnStage.AccessLogSettingsProperty value)
@Stability(value=Stable)
public void setAccessLogSettings(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getAccessPolicyId()
@Stability(value=Stable)
public void setAccessPolicyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getAutoDeploy()
@Stability(value=Stable)
public void setAutoDeploy(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAutoDeploy(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getClientCertificateId()
@Stability(value=Stable)
public void setClientCertificateId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDefaultRouteSettings()
@Stability(value=Stable)
public void setDefaultRouteSettings(@Nullable
CfnStage.RouteSettingsProperty value)
@Stability(value=Stable)
public void setDefaultRouteSettings(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDeploymentId()
@Stability(value=Stable)
public void setDeploymentId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.