| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis.analytics.flink |
Kinesis Analytics Flink
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyGroups.Jsii$Proxy
An implementation for
PropertyGroups |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroups |
PropertyGroups.Builder.build()
Builds the configured instance.
|
default PropertyGroups |
ApplicationProps.getPropertyGroups()
(experimental) Configuration PropertyGroups.
|
PropertyGroups |
ApplicationProps.Jsii$Proxy.getPropertyGroups() |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.propertyGroups(PropertyGroups propertyGroups)
(experimental) Configuration PropertyGroups.
|
ApplicationProps.Builder |
ApplicationProps.Builder.propertyGroups(PropertyGroups propertyGroups)
Sets the value of
ApplicationProps.getPropertyGroups() |
| Constructor and Description |
|---|
Jsii$Proxy(ApplicationCode code,
Runtime runtime,
String applicationName,
Boolean autoScalingEnabled,
Boolean checkpointingEnabled,
Duration checkpointInterval,
ILogGroup logGroup,
LogLevel logLevel,
MetricsLevel metricsLevel,
Duration minPauseBetweenCheckpoints,
Number parallelism,
Number parallelismPerKpu,
PropertyGroups propertyGroups,
RemovalPolicy removalPolicy,
IRole role,
Boolean snapshotsEnabled)
Constructor that initializes the object based on literal property values passed by the
ApplicationProps.Builder. |
Copyright © 2021. All rights reserved.