BucketHttpsConfigArgs

data class BucketHttpsConfigArgs(val bucket: Output<String>? = null, val enable: Output<Boolean>? = null, val tlsVersions: Output<List<String>>? = null) : ConvertibleToJava<BucketHttpsConfigArgs>

Import

OSS Bucket Https Config can be imported using the id, e.g.

$ pulumi import alicloud:oss/bucketHttpsConfig:BucketHttpsConfig example <id>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>? = null, enable: Output<Boolean>? = null, tlsVersions: Output<List<String>>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The name of the bucket.

Link copied to clipboard
val enable: Output<Boolean>? = null

Specifies whether to enable TLS version management for the bucket. Valid values: true, false.

Link copied to clipboard
val tlsVersions: Output<List<String>>? = null

Specifies the TLS versions allowed to access this buckets.

Functions

Link copied to clipboard
open override fun toJava(): BucketHttpsConfigArgs