interface IpAccessSettingsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesweb.IpAccessSettingsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#IpAccessSettingsReference |
![]() | software.amazon.awscdk.services.workspacesweb.IpAccessSettingsReference |
![]() | aws_cdk.aws_workspacesweb.IpAccessSettingsReference |
![]() | aws-cdk-lib » 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 workspacesweb } from 'aws-cdk-lib';
const ipAccessSettingsReference: 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.