interface EntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnPrefixList.EntryProperty |
![]() | software.amazon.awscdk.services.ec2.CfnPrefixList.EntryProperty |
![]() | aws_cdk.aws_ec2.CfnPrefixList.EntryProperty |
![]() | @aws-cdk/aws-ec2 » CfnPrefixList » EntryProperty |
An entry for a prefix list.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const entryProperty: ec2.CfnPrefixList.EntryProperty = {
cidr: 'cidr',
// the properties below are optional
description: 'description',
};
Properties
Name | Type | Description |
---|---|---|
cidr | string | The CIDR block. |
description? | string | A description for the entry. |
cidr
Type:
string
The CIDR block.
description?
Type:
string
(optional)
A description for the entry.
Constraints: Up to 255 characters in length.