Location Object Storage
Manages a Object Storage Location within AWS DataSync.
NOTE: The DataSync Agents must be available before creating this resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = new aws.datasync.LocationObjectStorage("example", {
agentArns: [exampleAwsDatasyncAgent.arn],
serverHostname: "example",
bucketName: "example",
});
import pulumi
import pulumi_aws as aws
example = aws.datasync.LocationObjectStorage("example",
agent_arns=[example_aws_datasync_agent["arn"]],
server_hostname="example",
bucket_name="example")
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = new Aws.DataSync.LocationObjectStorage("example", new()
{
AgentArns = new[]
{
exampleAwsDatasyncAgent.Arn,
},
ServerHostname = "example",
BucketName = "example",
});
});
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/datasync"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datasync.NewLocationObjectStorage(ctx, "example", &datasync.LocationObjectStorageArgs{
AgentArns: pulumi.StringArray{
exampleAwsDatasyncAgent.Arn,
},
ServerHostname: pulumi.String("example"),
BucketName: pulumi.String("example"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.datasync.LocationObjectStorage;
import com.pulumi.aws.datasync.LocationObjectStorageArgs;
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 LocationObjectStorage("example", LocationObjectStorageArgs.builder()
.agentArns(exampleAwsDatasyncAgent.arn())
.serverHostname("example")
.bucketName("example")
.build());
}
}
resources:
example:
type: aws:datasync:LocationObjectStorage
properties:
agentArns:
- ${exampleAwsDatasyncAgent.arn}
serverHostname: example
bucketName: example
Import
Using pulumi import
, import aws_datasync_location_object_storage
using the Amazon Resource Name (ARN). For example:
$ pulumi import aws:datasync/locationObjectStorage:LocationObjectStorage example arn:aws:datasync:us-east-1:123456789012:location/loc-12345678901234567
Properties
The bucket on the self-managed object storage server that is used to read data from.
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem string. The certificate can be up to 32768 bytes (before Base64 encoding).
The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network.
The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP
) or TCP 443 (HTTPS
). You can specify a custom port if your self-managed object storage server requires one.
The protocol that the object storage server uses to communicate. Valid values are HTTP
or HTTPS
.
A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /.