Interface CfnLocationFSxWindowsMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocationFSxWindowsMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:19:57.867Z") @Stability(Stable) public interface CfnLocationFSxWindowsMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnLocationFSxWindowsPropsMixin.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datasync.*;
 CfnLocationFSxWindowsMixinProps cfnLocationFSxWindowsMixinProps = CfnLocationFSxWindowsMixinProps.builder()
         .cmkSecretConfig(CmkSecretConfigProperty.builder()
                 .kmsKeyArn("kmsKeyArn")
                 .secretArn("secretArn")
                 .build())
         .customSecretConfig(CustomSecretConfigProperty.builder()
                 .secretAccessRoleArn("secretAccessRoleArn")
                 .secretArn("secretArn")
                 .build())
         .domain("domain")
         .fsxFilesystemArn("fsxFilesystemArn")
         .password("password")
         .securityGroupArns(List.of("securityGroupArns"))
         .subdirectory("subdirectory")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .user("user")
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    static final class 
    An implementation for CfnLocationFSxWindowsMixinProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Object
    Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.
    default Object
    Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.
    default String
    Specifies the name of the Windows domain that the FSx for Windows File Server file system belongs to.
    default String
    Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
    default String
    Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
    default List<String>
    The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
    default String
    Specifies a mount path for your file system using forward slashes.
    default List<CfnTag>
    Specifies labels that help you categorize, filter, and search for your AWS resources.
    default String
    The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson