interface ResourceConfigurationDefinitionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnResourceConfiguration_ResourceConfigurationDefinitionProperty |
![]() | software.amazon.awscdk.services.vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty |
![]() | aws_cdk.aws_vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty |
![]() | aws-cdk-lib » aws_vpclattice » CfnResourceConfiguration » ResourceConfigurationDefinitionProperty |
Identifies the resource configuration in one of the following ways:.
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
const resourceConfigurationDefinitionProperty: vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty = {
ipResource: 'ipResource',
};
Properties
Name | Type | Description |
---|---|---|
ip | string | The IP address of the resource configuration. |
ipResource
Type:
string
The IP address of the resource configuration.