Class GetBucketObjectArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBucketObjectArgs : InvokeArgs
Constructors
View SourceGetBucketObjectArgs()
Declaration
public GetBucketObjectArgs()
Properties
View SourceBucket
The name of the bucket to read the object from. Alternatively, an S3 access point ARN can be specified
Declaration
public string Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key
The full path to the object inside the bucket
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
Declaration
public string Range { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the object.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
VersionId
Specific version ID of the object returned (defaults to latest version)
Declaration
public string VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |