1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datasync
  5. LocationFSxWindows

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi

    Resource Type definition for AWS::DataSync::LocationFSxWindows.

    Create LocationFSxWindows Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LocationFSxWindows(name: string, args: LocationFSxWindowsArgs, opts?: CustomResourceOptions);
    @overload
    def LocationFSxWindows(resource_name: str,
                           args: LocationFSxWindowsArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def LocationFSxWindows(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           security_group_arns: Optional[Sequence[str]] = None,
                           user: Optional[str] = None,
                           cmk_secret_config: Optional[LocationFSxWindowsCmkSecretConfigArgs] = None,
                           custom_secret_config: Optional[LocationFSxWindowsCustomSecretConfigArgs] = None,
                           domain: Optional[str] = None,
                           fsx_filesystem_arn: Optional[str] = None,
                           password: Optional[str] = None,
                           subdirectory: Optional[str] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewLocationFSxWindows(ctx *Context, name string, args LocationFSxWindowsArgs, opts ...ResourceOption) (*LocationFSxWindows, error)
    public LocationFSxWindows(string name, LocationFSxWindowsArgs args, CustomResourceOptions? opts = null)
    public LocationFSxWindows(String name, LocationFSxWindowsArgs args)
    public LocationFSxWindows(String name, LocationFSxWindowsArgs args, CustomResourceOptions options)
    
    type: aws-native:datasync:LocationFSxWindows
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LocationFSxWindowsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LocationFSxWindowsArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LocationFSxWindowsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LocationFSxWindowsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LocationFSxWindowsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LocationFSxWindows Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LocationFSxWindows resource accepts the following input properties:

    SecurityGroupArns List<string>
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    User string
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    CmkSecretConfig Pulumi.AwsNative.DataSync.Inputs.LocationFSxWindowsCmkSecretConfig
    CustomSecretConfig Pulumi.AwsNative.DataSync.Inputs.LocationFSxWindowsCustomSecretConfig
    Domain string
    The name of the Windows domain that the FSx for Windows server belongs to.
    FsxFilesystemArn string
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    Password string
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    Subdirectory string
    A subdirectory in the location's path.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    SecurityGroupArns []string
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    User string
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    CmkSecretConfig LocationFSxWindowsCmkSecretConfigArgs
    CustomSecretConfig LocationFSxWindowsCustomSecretConfigArgs
    Domain string
    The name of the Windows domain that the FSx for Windows server belongs to.
    FsxFilesystemArn string
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    Password string
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    Subdirectory string
    A subdirectory in the location's path.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    securityGroupArns List<String>
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    user String
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    cmkSecretConfig LocationFSxWindowsCmkSecretConfig
    customSecretConfig LocationFSxWindowsCustomSecretConfig
    domain String
    The name of the Windows domain that the FSx for Windows server belongs to.
    fsxFilesystemArn String
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    password String
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    subdirectory String
    A subdirectory in the location's path.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    securityGroupArns string[]
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    user string
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    cmkSecretConfig LocationFSxWindowsCmkSecretConfig
    customSecretConfig LocationFSxWindowsCustomSecretConfig
    domain string
    The name of the Windows domain that the FSx for Windows server belongs to.
    fsxFilesystemArn string
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    password string
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    subdirectory string
    A subdirectory in the location's path.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    security_group_arns Sequence[str]
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    user str
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    cmk_secret_config LocationFSxWindowsCmkSecretConfigArgs
    custom_secret_config LocationFSxWindowsCustomSecretConfigArgs
    domain str
    The name of the Windows domain that the FSx for Windows server belongs to.
    fsx_filesystem_arn str
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    password str
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    subdirectory str
    A subdirectory in the location's path.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    securityGroupArns List<String>
    The ARNs of the security groups that are to use to configure the FSx for Windows file system.
    user String
    The user who has the permissions to access files and folders in the FSx for Windows file system.
    cmkSecretConfig Property Map
    customSecretConfig Property Map
    domain String
    The name of the Windows domain that the FSx for Windows server belongs to.
    fsxFilesystemArn String
    The Amazon Resource Name (ARN) for the FSx for Windows file system.
    password String
    The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
    subdirectory String
    A subdirectory in the location's path.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LocationFSxWindows resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LocationArn string
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    LocationUri string
    The URL of the FSx for Windows location that was described.
    ManagedSecretConfig Pulumi.AwsNative.DataSync.Outputs.LocationFSxWindowsManagedSecretConfig
    Id string
    The provider-assigned unique ID for this managed resource.
    LocationArn string
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    LocationUri string
    The URL of the FSx for Windows location that was described.
    ManagedSecretConfig LocationFSxWindowsManagedSecretConfig
    id String
    The provider-assigned unique ID for this managed resource.
    locationArn String
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    locationUri String
    The URL of the FSx for Windows location that was described.
    managedSecretConfig LocationFSxWindowsManagedSecretConfig
    id string
    The provider-assigned unique ID for this managed resource.
    locationArn string
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    locationUri string
    The URL of the FSx for Windows location that was described.
    managedSecretConfig LocationFSxWindowsManagedSecretConfig
    id str
    The provider-assigned unique ID for this managed resource.
    location_arn str
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    location_uri str
    The URL of the FSx for Windows location that was described.
    managed_secret_config LocationFSxWindowsManagedSecretConfig
    id String
    The provider-assigned unique ID for this managed resource.
    locationArn String
    The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
    locationUri String
    The URL of the FSx for Windows location that was described.
    managedSecretConfig Property Map

    Supporting Types

    LocationFSxWindowsCmkSecretConfig, LocationFSxWindowsCmkSecretConfigArgs

    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.
    KmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    KmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn String
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kms_key_arn str
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secret_arn str
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn String
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.

    LocationFSxWindowsCustomSecretConfig, LocationFSxWindowsCustomSecretConfigArgs

    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.
    SecretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    SecretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    SecretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    SecretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn String
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn String
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secret_access_role_arn str
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secret_arn str
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn String
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn String
    Specifies the ARN for a customer created AWS Secrets Manager secret.

    LocationFSxWindowsManagedSecretConfig, LocationFSxWindowsManagedSecretConfigArgs

    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. DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    secret_arn str
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.