Alias

class Alias

A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the state of the DNS alias.

Link copied to clipboard
val name: String?

The name of the DNS alias. The alias name has to meet the following requirements:

Functions

Link copied to clipboard
inline fun copy(block: Alias.Builder.() -> Unit = {}): Alias
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String