AWS::WorkSpacesWeb::IpAccessSettingsThis resource specifies IP access settings that can be associated with a web portal. For more information, see [Set up IP access controls (optional)](https://docs.aws.amazon.com/workspaces-web/latest/adminguide/ip-access-controls.html) .
import { CfnIpAccessSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnIpAccessSettingsConfiguration passed to the constructor as CfnIpAccessSettingsProps.
ipRulesRequiredIResolvable | IResolvable | IpRuleProperty[]The IP rules of the IP access settings.
additionalEncryptionContextOptional{ [key: string]: string } | IResolvableAdditional encryption context of the IP access settings.
customerManagedKeyOptionalstringThe 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-]+$`
descriptionOptionalstringThe description of the IP access settings.
displayNameOptionalstringThe display name of the IP access settings.
tagsOptionalCfnTag[]The tags to add to the IP access settings resource. A tag is a key-value pair.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspaceswebAWS::WorkSpacesWeb::IpAccessSettings