| 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 |
Amazonka.SecurityHub.Types.AwsEcsServiceNetworkConfigurationDetails
Description
Synopsis
- data AwsEcsServiceNetworkConfigurationDetails = AwsEcsServiceNetworkConfigurationDetails' {}
- newAwsEcsServiceNetworkConfigurationDetails :: AwsEcsServiceNetworkConfigurationDetails
- awsEcsServiceNetworkConfigurationDetails_awsVpcConfiguration :: Lens' AwsEcsServiceNetworkConfigurationDetails (Maybe AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails)
Documentation
data AwsEcsServiceNetworkConfigurationDetails Source #
For tasks that use the awsvpc networking mode, the VPC subnet and
security group configuration.
See: newAwsEcsServiceNetworkConfigurationDetails smart constructor.
Constructors
| AwsEcsServiceNetworkConfigurationDetails' | |
Fields
| |
Instances
newAwsEcsServiceNetworkConfigurationDetails :: AwsEcsServiceNetworkConfigurationDetails Source #
Create a value of AwsEcsServiceNetworkConfigurationDetails 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:awsVpcConfiguration:AwsEcsServiceNetworkConfigurationDetails', awsEcsServiceNetworkConfigurationDetails_awsVpcConfiguration - The VPC subnet and security group configuration.
awsEcsServiceNetworkConfigurationDetails_awsVpcConfiguration :: Lens' AwsEcsServiceNetworkConfigurationDetails (Maybe AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails) Source #
The VPC subnet and security group configuration.