aws-cdk-lib.aws_vpclattice.CfnServiceNetworkServiceAssociationProps

interface CfnServiceNetworkServiceAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.VpcLattice.CfnServiceNetworkServiceAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnServiceNetworkServiceAssociationProps
Javasoftware.amazon.awscdk.services.vpclattice.CfnServiceNetworkServiceAssociationProps
Pythonaws_cdk.aws_vpclattice.CfnServiceNetworkServiceAssociationProps
TypeScript aws-cdk-lib » aws_vpclattice » CfnServiceNetworkServiceAssociationProps

Properties for defining a CfnServiceNetworkServiceAssociation.

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 cfnServiceNetworkServiceAssociationProps: vpclattice.CfnServiceNetworkServiceAssociationProps = {
  dnsEntry: {
    domainName: 'domainName',
    hostedZoneId: 'hostedZoneId',
  },
  serviceIdentifier: 'serviceIdentifier',
  serviceNetworkIdentifier: 'serviceNetworkIdentifier',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
dnsEntry?IResolvable | DnsEntryPropertyAWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.
serviceIdentifier?stringThe ID or Amazon Resource Name (ARN) of the service.
serviceNetworkIdentifier?stringThe ID or Amazon Resource Name (ARN) of the service network.
tags?CfnTag[]The tags for the association.

dnsEntry?

Type: IResolvable | DnsEntryProperty (optional)

AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.


serviceIdentifier?

Type: string (optional)

The ID or Amazon Resource Name (ARN) of the service.


serviceNetworkIdentifier?

Type: string (optional)

The ID or Amazon Resource Name (ARN) of the service network.

You must use the ARN if the resources specified in the operation are in different accounts.


tags?

Type: CfnTag[] (optional)

The tags for the association.