aws-cdk-lib.aws_ec2.CfnIPAMResourceDiscoveryAssociationProps

interface CfnIPAMResourceDiscoveryAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnIPAMResourceDiscoveryAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscoveryAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps
Pythonaws_cdk.aws_ec2.CfnIPAMResourceDiscoveryAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnIPAMResourceDiscoveryAssociationProps

Properties for defining a CfnIPAMResourceDiscoveryAssociation.

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 cfnIPAMResourceDiscoveryAssociationProps: ec2.CfnIPAMResourceDiscoveryAssociationProps = {
  ipamId: 'ipamId',
  ipamResourceDiscoveryId: 'ipamResourceDiscoveryId',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
ipamIdstringThe IPAM ID.
ipamResourceDiscoveryIdstringThe resource discovery ID.
tags?CfnTag[]A tag is a label that you assign to an AWS resource.

ipamId

Type: string

The IPAM ID.


ipamResourceDiscoveryId

Type: string

The resource discovery ID.


tags?

Type: CfnTag[] (optional)

A tag is a label that you assign to an AWS resource.

Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your AWS costs.