TaskDefinitionFSxAuthorizationConfig

data class TaskDefinitionFSxAuthorizationConfig(val credentialsParameter: String, val domain: String)

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: String, domain: String)

Types

Link copied to clipboard
object Companion

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

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