IpAccessSettingsArgs

data class IpAccessSettingsArgs(val additionalEncryptionContext: Output<IpAccessSettingsEncryptionContextMapArgs>? = null, val customerManagedKey: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val ipRules: Output<List<IpAccessSettingsIpRuleArgs>>? = null, val tags: Output<List<IpAccessSettingsTagArgs>>? = null) : ConvertibleToJava<IpAccessSettingsArgs>

Definition of AWS::WorkSpacesWeb::IpAccessSettings Resource Type

Constructors

Link copied to clipboard
fun IpAccessSettingsArgs(additionalEncryptionContext: Output<IpAccessSettingsEncryptionContextMapArgs>? = null, customerManagedKey: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, ipRules: Output<List<IpAccessSettingsIpRuleArgs>>? = null, tags: Output<List<IpAccessSettingsTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val customerManagedKey: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val displayName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<IpAccessSettingsTagArgs>>? = null