amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.DomainSettingsForUpdate

Description

 
Synopsis

Documentation

data DomainSettingsForUpdate Source #

A collection of Domain configuration settings to update.

See: newDomainSettingsForUpdate smart constructor.

Constructors

DomainSettingsForUpdate' 

Fields

Instances

Instances details
ToJSON DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

Generic DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

Associated Types

type Rep DomainSettingsForUpdate :: Type -> Type #

Read DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

Show DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

NFData DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

Methods

rnf :: DomainSettingsForUpdate -> () #

Eq DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

Hashable DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

type Rep DomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainSettingsForUpdate

type Rep DomainSettingsForUpdate = D1 ('MetaData "DomainSettingsForUpdate" "Amazonka.SageMaker.Types.DomainSettingsForUpdate" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DomainSettingsForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionRoleIdentityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionRoleIdentityConfig)) :*: (S1 ('MetaSel ('Just "rStudioServerProDomainSettingsForUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RStudioServerProDomainSettingsForUpdate)) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDomainSettingsForUpdate :: DomainSettingsForUpdate Source #

Create a value of DomainSettingsForUpdate 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:executionRoleIdentityConfig:DomainSettingsForUpdate', domainSettingsForUpdate_executionRoleIdentityConfig - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.

$sel:rStudioServerProDomainSettingsForUpdate:DomainSettingsForUpdate', domainSettingsForUpdate_rStudioServerProDomainSettingsForUpdate - A collection of RStudioServerPro Domain-level app settings to update.

$sel:securityGroupIds:DomainSettingsForUpdate', domainSettingsForUpdate_securityGroupIds - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

domainSettingsForUpdate_executionRoleIdentityConfig :: Lens' DomainSettingsForUpdate (Maybe ExecutionRoleIdentityConfig) Source #

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.

domainSettingsForUpdate_securityGroupIds :: Lens' DomainSettingsForUpdate (Maybe [Text]) Source #

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.