Builder
Properties
Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports NTLM (default) and KERBEROS authentication.
Specifies configuration information for a DataSync-managed secret, either a Password or KerberosKeytab (for NTLM (default) and KERBEROS authentication types, respectively) that DataSync uses to access a specific SMB storage location, with a customer-managed KMS key.
Specifies configuration information for a customer-managed Secrets Manager secret where the SMB storage location credentials is stored in Secrets Manager as plain text (for Password) or binary (for KerberosKeytab). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
Specifies the IPv4 or IPv6 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if AuthenticationType is set to KERBEROS.
Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys.
Specifies a Kerberos configuration file (krb5.conf) that defines your Kerberos realm configuration.
Specifies a Kerberos principal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.
Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path.
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
Functions
construct an aws.sdk.kotlin.services.datasync.model.CmkSecretConfig inside the given block
construct an aws.sdk.kotlin.services.datasync.model.CustomSecretConfig inside the given block
construct an aws.sdk.kotlin.services.datasync.model.SmbMountOptions inside the given block