Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MonitoringNetworkConfig = MonitoringNetworkConfig' {}
- newMonitoringNetworkConfig :: MonitoringNetworkConfig
- monitoringNetworkConfig_enableNetworkIsolation :: Lens' MonitoringNetworkConfig (Maybe Bool)
- monitoringNetworkConfig_vpcConfig :: Lens' MonitoringNetworkConfig (Maybe VpcConfig)
- monitoringNetworkConfig_enableInterContainerTrafficEncryption :: Lens' MonitoringNetworkConfig (Maybe Bool)
Documentation
data MonitoringNetworkConfig Source #
The networking configuration for the monitoring job.
See: newMonitoringNetworkConfig
smart constructor.
MonitoringNetworkConfig' | |
|
Instances
newMonitoringNetworkConfig :: MonitoringNetworkConfig Source #
Create a value of MonitoringNetworkConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enableNetworkIsolation:MonitoringNetworkConfig'
, monitoringNetworkConfig_enableNetworkIsolation
- Whether to allow inbound and outbound network calls to and from the
containers used for the monitoring job.
$sel:vpcConfig:MonitoringNetworkConfig'
, monitoringNetworkConfig_vpcConfig
- Undocumented member.
$sel:enableInterContainerTrafficEncryption:MonitoringNetworkConfig'
, monitoringNetworkConfig_enableInterContainerTrafficEncryption
- Whether to encrypt all communications between the instances used for the
monitoring jobs. Choose True
to encrypt communications. Encryption
provides greater security for distributed jobs, but the processing might
take longer.
monitoringNetworkConfig_enableNetworkIsolation :: Lens' MonitoringNetworkConfig (Maybe Bool) Source #
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
monitoringNetworkConfig_vpcConfig :: Lens' MonitoringNetworkConfig (Maybe VpcConfig) Source #
Undocumented member.
monitoringNetworkConfig_enableInterContainerTrafficEncryption :: Lens' MonitoringNetworkConfig (Maybe Bool) Source #
Whether to encrypt all communications between the instances used for the
monitoring jobs. Choose True
to encrypt communications. Encryption
provides greater security for distributed jobs, but the processing might
take longer.