Module Values_0.DomainSettingsSource

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

Sourcetype nonrec t = {
  1. securityGroupIds : DomainSecurityGroupIds.t option;
    (*

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

    *)
  2. rStudioServerProDomainSettings : RStudioServerProDomainSettings.t option;
    (*

    A collection of settings that configure the RStudioServerPro Domain-level app.

    *)
  3. executionRoleIdentityConfig : ExecutionRoleIdentityConfig.t option;
    (*

    The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.

    *)
  4. trustedIdentityPropagationSettings : TrustedIdentityPropagationSettings.t option;
    (*

    The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.

    *)
  5. dockerSettings : DockerSettings.t option;
    (*

    A collection of settings that configure the domain's Docker interaction.

    *)
  6. amazonQSettings : AmazonQSettings.t option;
    (*

    A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.

    *)
  7. unifiedStudioSettings : UnifiedStudioSettings.t option;
    (*

    The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.

    *)
  8. ipAddressType : IPAddressType.t option;
    (*

    The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults to ipv4.

    *)
}
Sourceval make : ?securityGroupIds:??? -> ?rStudioServerProDomainSettings:??? -> ?executionRoleIdentityConfig:??? -> ?trustedIdentityPropagationSettings:??? -> ?dockerSettings:??? -> ?amazonQSettings:??? -> ?unifiedStudioSettings:??? -> ?ipAddressType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of SecurityGroupId.t ] list | `Structure of (string * [> `Enum of string | `List of [> `String of AccountId.t ] list | `String of RoleArn.t | `Structure of (string * [> `Enum of string | `String of ImageArn.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t