Class CfnDomain.DockerSettingsProperty
A collection of settings that configure the domain's Docker interaction.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DockerSettingsProperty : Object, CfnDomain.IDockerSettingsProperty
Syntax (vb)
Public Class DockerSettingsProperty
Inherits Object
Implements CfnDomain.IDockerSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var dockerSettingsProperty = new DockerSettingsProperty {
EnableDockerAccess = "enableDockerAccess",
VpcOnlyTrustedAccounts = new [] { "vpcOnlyTrustedAccounts" }
};
Synopsis
Constructors
Docker |
Properties
Enable |
Indicates whether the domain can access Docker. |
Vpc |
The list of AWS accounts that are trusted when the domain is created in VPC-only mode. |
Constructors
DockerSettingsProperty()
public DockerSettingsProperty()
Properties
EnableDockerAccess
Indicates whether the domain can access Docker.
public string EnableDockerAccess { get; set; }
Property Value
System.
Remarks
VpcOnlyTrustedAccounts
The list of AWS accounts that are trusted when the domain is created in VPC-only mode.
public string[] VpcOnlyTrustedAccounts { get; set; }
Property Value
System.