interface IpAccessSettingsReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WorkSpacesWeb.IpAccessSettingsReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsworkspacesweb#IpAccessSettingsReference |
Java | software.amazon.awscdk.interfaces.workspacesweb.IpAccessSettingsReference |
Python | aws_cdk.interfaces.aws_workspacesweb.IpAccessSettingsReference |
TypeScript | aws-cdk-lib » interfaces » aws_workspacesweb » IpAccessSettingsReference |
A reference to a IpAccessSettings resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesweb as interfaces_workspacesweb } from 'aws-cdk-lib/interfaces';
const ipAccessSettingsReference: interfaces_workspacesweb.IpAccessSettingsReference = {
ipAccessSettingsArn: 'ipAccessSettingsArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| ip | string | The IpAccessSettingsArn of the IpAccessSettings resource. |
ipAccessSettingsArn
Type:
string
The IpAccessSettingsArn of the IpAccessSettings resource.

.NET
Go
Java
Python
TypeScript