@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.348Z") @Stability(value=Stable) public interface CfnStageProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStageProps.Builder
A builder for
CfnStageProps |
static class |
CfnStageProps.Jsii$Proxy
An implementation for
CfnStageProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStageProps.Builder |
builder() |
default Object |
getAccessLogSetting()
`AWS::ApiGateway::Stage.AccessLogSetting`.
|
default Object |
getCacheClusterEnabled()
`AWS::ApiGateway::Stage.CacheClusterEnabled`.
|
default String |
getCacheClusterSize()
`AWS::ApiGateway::Stage.CacheClusterSize`.
|
default Object |
getCanarySetting()
`AWS::ApiGateway::Stage.CanarySetting`.
|
default String |
getClientCertificateId()
`AWS::ApiGateway::Stage.ClientCertificateId`.
|
default String |
getDeploymentId()
`AWS::ApiGateway::Stage.DeploymentId`.
|
default String |
getDescription()
`AWS::ApiGateway::Stage.Description`.
|
default String |
getDocumentationVersion()
`AWS::ApiGateway::Stage.DocumentationVersion`.
|
default Object |
getMethodSettings()
`AWS::ApiGateway::Stage.MethodSettings`.
|
String |
getRestApiId()
`AWS::ApiGateway::Stage.RestApiId`.
|
default String |
getStageName()
`AWS::ApiGateway::Stage.StageName`.
|
default List<CfnTag> |
getTags()
`AWS::ApiGateway::Stage.Tags`.
|
default Object |
getTracingEnabled()
`AWS::ApiGateway::Stage.TracingEnabled`.
|
default Object |
getVariables()
`AWS::ApiGateway::Stage.Variables`.
|
@Stability(value=Stable) @NotNull String getRestApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid@Stability(value=Stable) @Nullable default Object getAccessLogSetting()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-accesslogsetting@Stability(value=Stable) @Nullable default Object getCacheClusterEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled@Stability(value=Stable) @Nullable default String getCacheClusterSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize@Stability(value=Stable) @Nullable default Object getCanarySetting()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-canarysetting@Stability(value=Stable) @Nullable default String getClientCertificateId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid@Stability(value=Stable) @Nullable default String getDeploymentId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description@Stability(value=Stable) @Nullable default String getDocumentationVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion@Stability(value=Stable) @Nullable default Object getMethodSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-methodsettings@Stability(value=Stable) @Nullable default String getStageName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tags@Stability(value=Stable) @Nullable default Object getTracingEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled@Stability(value=Stable) @Nullable default Object getVariables()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-variables@Stability(value=Stable) static CfnStageProps.Builder builder()
CfnStageProps.Builder of CfnStagePropsCopyright © 2020. All rights reserved.