Get Tls Cipher Policies Plain Args
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
Properties
Link copied to clipboard
The include listener.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
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 -
.