| 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.SageMaker.Types.RStudioServerProDomainSettingsForUpdate
Description
Synopsis
- data RStudioServerProDomainSettingsForUpdate = RStudioServerProDomainSettingsForUpdate' {}
- newRStudioServerProDomainSettingsForUpdate :: Text -> RStudioServerProDomainSettingsForUpdate
- rStudioServerProDomainSettingsForUpdate_defaultResourceSpec :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe ResourceSpec)
- rStudioServerProDomainSettingsForUpdate_rStudioConnectUrl :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe Text)
- rStudioServerProDomainSettingsForUpdate_rStudioPackageManagerUrl :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe Text)
- rStudioServerProDomainSettingsForUpdate_domainExecutionRoleArn :: Lens' RStudioServerProDomainSettingsForUpdate Text
Documentation
data RStudioServerProDomainSettingsForUpdate Source #
A collection of settings that update the current configuration for the
RStudioServerPro Domain-level app.
See: newRStudioServerProDomainSettingsForUpdate smart constructor.
Constructors
| RStudioServerProDomainSettingsForUpdate' | |
Fields
| |
Instances
newRStudioServerProDomainSettingsForUpdate Source #
Arguments
| :: Text |
|
| -> RStudioServerProDomainSettingsForUpdate |
Create a value of RStudioServerProDomainSettingsForUpdate 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:defaultResourceSpec:RStudioServerProDomainSettingsForUpdate', rStudioServerProDomainSettingsForUpdate_defaultResourceSpec - Undocumented member.
$sel:rStudioConnectUrl:RStudioServerProDomainSettingsForUpdate', rStudioServerProDomainSettingsForUpdate_rStudioConnectUrl - A URL pointing to an RStudio Connect server.
$sel:rStudioPackageManagerUrl:RStudioServerProDomainSettingsForUpdate', rStudioServerProDomainSettingsForUpdate_rStudioPackageManagerUrl - A URL pointing to an RStudio Package Manager server.
$sel:domainExecutionRoleArn:RStudioServerProDomainSettingsForUpdate', rStudioServerProDomainSettingsForUpdate_domainExecutionRoleArn - The execution role for the RStudioServerPro Domain-level app.
rStudioServerProDomainSettingsForUpdate_defaultResourceSpec :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe ResourceSpec) Source #
Undocumented member.
rStudioServerProDomainSettingsForUpdate_rStudioConnectUrl :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe Text) Source #
A URL pointing to an RStudio Connect server.
rStudioServerProDomainSettingsForUpdate_rStudioPackageManagerUrl :: Lens' RStudioServerProDomainSettingsForUpdate (Maybe Text) Source #
A URL pointing to an RStudio Package Manager server.
rStudioServerProDomainSettingsForUpdate_domainExecutionRoleArn :: Lens' RStudioServerProDomainSettingsForUpdate Text Source #
The execution role for the RStudioServerPro Domain-level app.