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