TaskDefinitionFSxAuthorizationConfigArgs

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

The authorization configuration details for Amazon FSx for Windows File Server file system. See FSxWindowsFileServerVolumeConfiguration in the Amazon ECS API Reference. For more information and the input format, see Amazon FSx for Windows File Server Volumes in the Amazon Elastic Container Service Developer Guide.

Constructors

Link copied to clipboard
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 ASMlong secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.

Link copied to clipboard
val domain: Output<String>

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

Functions

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