Table of Contents

Class S3OutpostResource

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A resource in an S3 Outpost

public class S3OutpostResource
Inheritance
S3OutpostResource
Inherited Members

Constructors

S3OutpostResource(Arn)

Create a new S3OutpostResource object

public S3OutpostResource(Arn arn)

Parameters

arn Arn

Properties

AccessPointName

Name of the access point bucket

public string AccessPointName { get; set; }

Property Value

string

FullAccessPointName

The full name of the S3 Outpost Resource

public string FullAccessPointName { get; }

Property Value

string

Key

Key for object in bucket

public string Key { get; set; }

Property Value

string

OutpostId

ID of the S3 Outpost

public string OutpostId { get; set; }

Property Value

string