BucketHttpsConfig

class BucketHttpsConfig : KotlinCustomResource

Import

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

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

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the bucket.

Link copied to clipboard
val enable: Output<Boolean>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tlsVersions: Output<List<String>>?

Specifies the TLS versions allowed to access this buckets.

Link copied to clipboard
val urn: Output<String>