GetTlsCipherPoliciesPlainArgs

data class GetTlsCipherPoliciesPlainArgs(val ids: List<String>? = null, val includeListener: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val tlsCipherPolicyName: String? = null) : ConvertibleToJava<GetTlsCipherPoliciesPlainArgs>

A collection of arguments for invoking getTlsCipherPolicies.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, includeListener: Boolean? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, tlsCipherPolicyName: String? = null)

Properties

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

A list of Tls Cipher Policy IDs.

Link copied to clipboard

The include listener.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Tls Cipher Policy name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

TLS policy instance state. Valid values: configuring, normal.

Link copied to clipboard

TLS policy name. Length is from 2 to 128, or in both the English and Chinese characters must be with an uppercase/lowercase letter or a Chinese character and the beginning, may contain numbers, in dot ., underscore _ or dash -.

Functions

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