amazonka-license-manager-user-subscriptions-2.0: Amazon License Manager User Subscriptions SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Description

 
Synopsis

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

  • securityGroupId :: Maybe Text

    A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.

  • addSubnets :: [Text]

    The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

  • removeSubnets :: [Text]

    The ID of one or more subnets to remove.

Instances

Instances details
ToJSON UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Generic UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Associated Types

type Rep UpdateSettings :: Type -> Type #

Read UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Show UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

NFData UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Methods

rnf :: UpdateSettings -> () #

Eq UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

Hashable UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

type Rep UpdateSettings Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings

type Rep UpdateSettings = D1 ('MetaData "UpdateSettings" "Amazonka.LicenseManagerUserSubscriptions.Types.UpdateSettings" "amazonka-license-manager-user-subscriptions-2.0-FTcAVPsIeL0Hw8vwEQErB1" 'False) (C1 ('MetaCons "UpdateSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "addSubnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "removeSubnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

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.