The description of the domain.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
describe-domain
--domain-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--domain-id
(string)
The domain ID.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
DomainArn -> (string)
The domain’s Amazon Resource Name (ARN).
DomainId -> (string)
The domain ID.
DomainName -> (string)
The domain name.
HomeEfsFileSystemId -> (string)
The ID of the Amazon Elastic File System (EFS) managed by this Domain.
SingleSignOnManagedApplicationInstanceId -> (string)
The SSO managed application instance ID.
Status -> (string)
The status.
CreationTime -> (timestamp)
The creation time.
LastModifiedTime -> (timestamp)
The last modified time.
FailureReason -> (string)
The failure reason.
AuthMode -> (string)
The domain’s authentication mode.
DefaultUserSettings -> (structure)
Settings which are applied to all UserProfile in this domain, if settings are not explicitly specified in a given UserProfile.
ExecutionRole -> (string)
The execution role for the user.
SecurityGroups -> (list)
The security groups.
(string)
SharingSettings -> (structure)
The sharing settings.
NotebookOutputOption -> (string)
Whether to include the notebook cell output when sharing the notebook. The default is
Disabled
.S3OutputPath -> (string)
When
NotebookOutputOption
isAllowed
, the Amazon S3 bucket used to save the notebook cell output. IfS3OutputPath
isn’t specified, a default bucket is used.S3KmsKeyId -> (string)
When
NotebookOutputOption
isAllowed
, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.JupyterServerAppSettings -> (structure)
The Jupyter server’s app settings.
DefaultResourceSpec -> (structure)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
SageMakerImageArn -> (string)
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
InstanceType -> (string)
The instance type.
KernelGatewayAppSettings -> (structure)
The kernel gateway app settings.
DefaultResourceSpec -> (structure)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
SageMakerImageArn -> (string)
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
InstanceType -> (string)
The instance type.
TensorBoardAppSettings -> (structure)
The TensorBoard app settings.
DefaultResourceSpec -> (structure)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
SageMakerImageArn -> (string)
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
InstanceType -> (string)
The instance type.
HomeEfsFileSystemKmsKeyId -> (string)
The AWS Key Management Service encryption key ID.
SubnetIds -> (list)
Security setting to limit to a set of subnets.
(string)
Url -> (string)
The domain’s URL.
VpcId -> (string)
The ID of the Amazon Virtual Private Cloud.