LocationFsxLustre

class LocationFsxLustre : KotlinCustomResource

Manages an AWS DataSync FSx Lustre Location.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.datasync.LocationFsxLustre;
import com.pulumi.aws.datasync.LocationFsxLustreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new LocationFsxLustre("example", LocationFsxLustreArgs.builder()
.fsxFilesystemArn(aws_fsx_lustre_file_system.example().arn())
.securityGroupArns(aws_security_group.example().arn())
.build());
}
}

Import

aws_datasync_location_fsx_lustre_file_system can be imported by using the DataSync-ARN#FSx-Lustre-ARN, e.g.,

$ pulumi import aws:datasync/locationFsxLustre:LocationFsxLustre example arn:aws:datasync:us-west-2:123456789012:location/loc-12345678901234567#arn:aws:fsx:us-west-2:476956259333:file-system/fs-08e04cd442c1bb94a

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of the DataSync Location.

Link copied to clipboard
val creationTime: Output<String>

The time that the FSx for Lustre location was created.

Link copied to clipboard

The Amazon Resource Name (ARN) for the FSx for Lustre file system.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Lustre file system.

Link copied to clipboard
val subdirectory: Output<String>

Subdirectory to perform actions as source or destination.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val uri: Output<String>

The URL of the FSx for Lustre location that was described.

Link copied to clipboard
val urn: Output<String>