OrganizationConfigurationFeatureAdditionalConfigurationArgs

data class OrganizationConfigurationFeatureAdditionalConfigurationArgs(val autoEnable: Output<String>, val name: Output<String>) : ConvertibleToJava<OrganizationConfigurationFeatureAdditionalConfigurationArgs>

Constructors

constructor(autoEnable: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val autoEnable: Output<String>

The status of the additional configuration that will be configured for the organization. Valid values: NEW, ALL, NONE.

Link copied to clipboard
val name: Output<String>

The name of the additional configuration for a feature that will be configured for the organization. Valid values: EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT. Refer to the AWS Documentation for the current list of supported values.

Functions

Link copied to clipboard
open override fun toJava(): OrganizationConfigurationFeatureAdditionalConfigurationArgs