TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigArgs

data class TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigArgs(val credentialsParameter: Output<String>, val domain: Output<String>) : ConvertibleToJava<TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigArgs>

Constructors

constructor(credentialsParameter: Output<String>, domain: Output<String>)

Properties

Link copied to clipboard

The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or AWS Systems Manager Parameter Store parameter. The ARNs refer to the stored credentials.

Link copied to clipboard
val domain: Output<String>

A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.

Functions

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