DomainDomainSettingsDockerSettings

data class DomainDomainSettingsDockerSettings(val enableDockerAccess: String? = null, val vpcOnlyTrustedAccounts: List<String>? = null)

Constructors

Link copied to clipboard
constructor(enableDockerAccess: String? = null, vpcOnlyTrustedAccounts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the domain can access Docker. Valid values are ENABLED and DISABLED.

Link copied to clipboard

The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.