Uses of Class
software.amazon.awscdk.services.vpclattice.CfnServiceNetworkVpcAssociation.Builder
Packages that use CfnServiceNetworkVpcAssociation.Builder
-
Uses of CfnServiceNetworkVpcAssociation.Builder in software.amazon.awscdk.services.vpclattice
Methods in software.amazon.awscdk.services.vpclattice that return CfnServiceNetworkVpcAssociation.BuilderModifier and TypeMethodDescriptionCfnServiceNetworkVpcAssociation.Builder.dnsOptions(IResolvable dnsOptions) The DNS options for the service network VPC association.CfnServiceNetworkVpcAssociation.Builder.dnsOptions(CfnServiceNetworkVpcAssociation.DnsOptionsProperty dnsOptions) The DNS options for the service network VPC association.CfnServiceNetworkVpcAssociation.Builder.privateDnsEnabled(Boolean privateDnsEnabled) Indicates if private DNS is enabled for the service network VPC association.CfnServiceNetworkVpcAssociation.Builder.privateDnsEnabled(IResolvable privateDnsEnabled) Indicates if private DNS is enabled for the service network VPC association.CfnServiceNetworkVpcAssociation.Builder.securityGroupIds(List<String> securityGroupIds) The IDs of the security groups.CfnServiceNetworkVpcAssociation.Builder.serviceNetworkIdentifier(String serviceNetworkIdentifier) The ID or ARN of the service network.The tags for the association.CfnServiceNetworkVpcAssociation.Builder.vpcIdentifier(String vpcIdentifier) The ID of the VPC.