Ip Access Settings Args
data class IpAccessSettingsArgs(val additionalEncryptionContext: Output<Map<String, String>>? = 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<TagArgs>>? = null) : ConvertibleToJava<IpAccessSettingsArgs>
Definition of AWS::WorkSpacesWeb::IpAccessSettings Resource Type
Properties
Link copied to clipboard
Additional encryption context of the IP access settings.
Link copied to clipboard
The custom managed key of the IP access settings. Pattern : ^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$
Link copied to clipboard
The description of the IP access settings.
Link copied to clipboard
The display name of the IP access settings.
Link copied to clipboard
The IP rules of the IP access settings.