interface DHCPOptionsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.DHCPOptionsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#DHCPOptionsReference |
![]() | software.amazon.awscdk.services.ec2.DHCPOptionsReference |
![]() | aws_cdk.aws_ec2.DHCPOptionsReference |
![]() | aws-cdk-lib » aws_ec2 » DHCPOptionsReference |
A reference to a DHCPOptions resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const dHCPOptionsReference: ec2.DHCPOptionsReference = {
dhcpOptionsId: 'dhcpOptionsId',
};
Properties
Name | Type | Description |
---|---|---|
dhcp | string | The DhcpOptionsId of the DHCPOptions resource. |
dhcpOptionsId
Type:
string
The DhcpOptionsId of the DHCPOptions resource.