Class S3OutpostResource
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
FullAccessPointName
The full name of the S3 Outpost Resource. This property will keep the original delimiters of the Resource portion of the ARN. For example, if the original ARN was arn:aws:s3-outposts:us-east-1:ACCOUNT_ID:outpost/OUTPOST_ID/accesspoint/ACCESSPOINT_ID/obj the returned FullAccessPointName will be arn:aws:s3-outposts:us-east-1:ACCOUNT_ID:outpost/OUTPOST_ID/accesspoint/ACCESSPOINT_ID.
public string FullAccessPointName { get; }
Property Value
Key
Key for object in bucket
public string Key { get; set; }
Property Value
OutpostId
ID of the S3 Outpost
public string OutpostId { get; set; }