Ip Access Settings Args
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)