| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings
Description
Synopsis
- data UpdateSettings = UpdateSettings' {
- securityGroupId :: Maybe Text
- addSubnets :: [Text]
- removeSubnets :: [Text]
- newUpdateSettings :: UpdateSettings
- updateSettings_securityGroupId :: Lens' UpdateSettings (Maybe Text)
- updateSettings_addSubnets :: Lens' UpdateSettings [Text]
- updateSettings_removeSubnets :: Lens' UpdateSettings [Text]
Documentation
data UpdateSettings Source #
Updates the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
See: newUpdateSettings smart constructor.
Constructors
| UpdateSettings' | |
Fields
| |
Instances
newUpdateSettings :: UpdateSettings Source #
Create a value of UpdateSettings 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:securityGroupId:UpdateSettings', updateSettings_securityGroupId - A security group ID that allows inbound TCP port 1688 communication
between resources in your VPC and the VPC endpoints for activation
servers.
$sel:addSubnets:UpdateSettings', updateSettings_addSubnets - The ID of one or more subnets in which License Manager will create a VPC
endpoint for products that require connectivity to activation servers.
$sel:removeSubnets:UpdateSettings', updateSettings_removeSubnets - The ID of one or more subnets to remove.
updateSettings_securityGroupId :: Lens' UpdateSettings (Maybe Text) Source #
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.
updateSettings_addSubnets :: Lens' UpdateSettings [Text] Source #
The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.
updateSettings_removeSubnets :: Lens' UpdateSettings [Text] Source #
The ID of one or more subnets to remove.