1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. oss
  5. BucketArchiveDirectRead
Alibaba Cloud v3.95.0 published on Thursday, Feb 12, 2026 by Pulumi
alicloud logo
Alibaba Cloud v3.95.0 published on Thursday, Feb 12, 2026 by Pulumi

    Import

    OSS Bucket Archive Direct Read can be imported using the id, e.g.

    $ pulumi import alicloud:oss/bucketArchiveDirectRead:BucketArchiveDirectRead example <bucket>
    

    Create BucketArchiveDirectRead Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new BucketArchiveDirectRead(name: string, args: BucketArchiveDirectReadArgs, opts?: CustomResourceOptions);
    @overload
    def BucketArchiveDirectRead(resource_name: str,
                                args: BucketArchiveDirectReadArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def BucketArchiveDirectRead(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                bucket: Optional[str] = None,
                                enabled: Optional[bool] = None)
    func NewBucketArchiveDirectRead(ctx *Context, name string, args BucketArchiveDirectReadArgs, opts ...ResourceOption) (*BucketArchiveDirectRead, error)
    public BucketArchiveDirectRead(string name, BucketArchiveDirectReadArgs args, CustomResourceOptions? opts = null)
    public BucketArchiveDirectRead(String name, BucketArchiveDirectReadArgs args)
    public BucketArchiveDirectRead(String name, BucketArchiveDirectReadArgs args, CustomResourceOptions options)
    
    type: alicloud:oss:BucketArchiveDirectRead
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BucketArchiveDirectReadArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BucketArchiveDirectReadArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BucketArchiveDirectReadArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BucketArchiveDirectReadArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BucketArchiveDirectReadArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var bucketArchiveDirectReadResource = new AliCloud.Oss.BucketArchiveDirectRead("bucketArchiveDirectReadResource", new()
    {
        Bucket = "string",
        Enabled = false,
    });
    
    example, err := oss.NewBucketArchiveDirectRead(ctx, "bucketArchiveDirectReadResource", &oss.BucketArchiveDirectReadArgs{
    	Bucket:  pulumi.String("string"),
    	Enabled: pulumi.Bool(false),
    })
    
    var bucketArchiveDirectReadResource = new BucketArchiveDirectRead("bucketArchiveDirectReadResource", BucketArchiveDirectReadArgs.builder()
        .bucket("string")
        .enabled(false)
        .build());
    
    bucket_archive_direct_read_resource = alicloud.oss.BucketArchiveDirectRead("bucketArchiveDirectReadResource",
        bucket="string",
        enabled=False)
    
    const bucketArchiveDirectReadResource = new alicloud.oss.BucketArchiveDirectRead("bucketArchiveDirectReadResource", {
        bucket: "string",
        enabled: false,
    });
    
    type: alicloud:oss:BucketArchiveDirectRead
    properties:
        bucket: string
        enabled: false
    

    BucketArchiveDirectRead Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The BucketArchiveDirectRead resource accepts the following input properties:

    Bucket string
    The name of the bucket
    Enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    Bucket string
    The name of the bucket
    Enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket String
    The name of the bucket
    enabled Boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket string
    The name of the bucket
    enabled boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket str
    The name of the bucket
    enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket String
    The name of the bucket
    enabled Boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BucketArchiveDirectRead resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing BucketArchiveDirectRead Resource

    Get an existing BucketArchiveDirectRead resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: BucketArchiveDirectReadState, opts?: CustomResourceOptions): BucketArchiveDirectRead
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bucket: Optional[str] = None,
            enabled: Optional[bool] = None) -> BucketArchiveDirectRead
    func GetBucketArchiveDirectRead(ctx *Context, name string, id IDInput, state *BucketArchiveDirectReadState, opts ...ResourceOption) (*BucketArchiveDirectRead, error)
    public static BucketArchiveDirectRead Get(string name, Input<string> id, BucketArchiveDirectReadState? state, CustomResourceOptions? opts = null)
    public static BucketArchiveDirectRead get(String name, Output<String> id, BucketArchiveDirectReadState state, CustomResourceOptions options)
    resources:  _:    type: alicloud:oss:BucketArchiveDirectRead    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Bucket string
    The name of the bucket
    Enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    Bucket string
    The name of the bucket
    Enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket String
    The name of the bucket
    enabled Boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket string
    The name of the bucket
    enabled boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket str
    The name of the bucket
    enabled bool
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.
    bucket String
    The name of the bucket
    enabled Boolean
    Specifies whether to enable real-time access of Archive objects for a bucket. Valid values: true and false.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.95.0 published on Thursday, Feb 12, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate