AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpacesWeb::IpAccessSettings

CfnIpAccessSettings

This 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

import { CfnIpAccessSettings } from 'aws-cdk-lib/aws-workspacesweb';

Or use the module namespace:

import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnIpAccessSettings

Properties

Configuration passed to the constructor as CfnIpAccessSettingsProps.

ipRulesRequired
IResolvable | IResolvable | IpRuleProperty[]

The IP rules of the IP access settings.

additionalEncryptionContextOptional
{ [key: string]: string } | IResolvable

Additional encryption context of the IP access settings.

customerManagedKeyOptional
string

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-]+$`

descriptionOptional
string

The description of the IP access settings.

displayNameOptional
string

The display name of the IP access settings.

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-workspacesweb
CFN TypeAWS::WorkSpacesWeb::IpAccessSettings
Properties6

External Links