IpAccessSettingsArgs

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

Constructors

Link copied to clipboard
constructor(additionalEncryptionContext: Output<Map<String, String>>? = null, customerManagedKey: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, ipRules: Output<List<IpAccessSettingsIpRuleArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Additional encryption context of the IP access settings.

Link copied to clipboard
val customerManagedKey: Output<String>? = null

The custom managed key of the IP access settings. Pattern : ^arn:[\w+=\/,&#46;@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$

Link copied to clipboard
val description: Output<String>? = null

The description of the IP access settings.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the IP access settings.

Link copied to clipboard

The IP rules of the IP access settings.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to add to the IP access settings resource. A tag is a key-value pair.

Functions

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