public static interface CfnFunction.DeploymentPreferenceProperty
extends software.amazon.jsii.JsiiSerializable
https://github.com/awslabs/serverless-application-model/blob/master/docs/safe_lambda_deployments.rst| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.DeploymentPreferenceProperty.Builder
A builder for
CfnFunction.DeploymentPreferenceProperty |
static class |
CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.DeploymentPreferenceProperty.Builder |
builder() |
List<String> |
getAlarms()
`CfnFunction.DeploymentPreferenceProperty.Alarms`.
|
Object |
getEnabled()
`CfnFunction.DeploymentPreferenceProperty.Enabled`.
|
List<String> |
getHooks()
`CfnFunction.DeploymentPreferenceProperty.Hooks`.
|
String |
getType()
`CfnFunction.DeploymentPreferenceProperty.Type`.
|
Object getEnabled()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#deploymentpreference-objectString getType()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#deploymentpreference-objectList<String> getAlarms()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#deploymentpreference-objectList<String> getHooks()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#deploymentpreference-objectstatic CfnFunction.DeploymentPreferenceProperty.Builder builder()
Copyright © 2019. All rights reserved.