Uses of Class
software.amazon.awscdk.services.codeconnections.CfnHost.Builder
Packages that use CfnHost.Builder
Package
Description
AWS::CodeConnections Construct Library
-
Uses of CfnHost.Builder in software.amazon.awscdk.services.codeconnections
Methods in software.amazon.awscdk.services.codeconnections that return CfnHost.BuilderModifier and TypeMethodDescriptionstatic CfnHost.BuilderThe name of the host.CfnHost.Builder.providerEndpoint(String providerEndpoint) The endpoint of the infrastructure where your provider type is installed.CfnHost.Builder.providerType(String providerType) The name of the installed provider to be associated with your connection.Tags to apply to the host.CfnHost.Builder.vpcConfiguration(IResolvable vpcConfiguration) The VPC configuration provisioned for the host.CfnHost.Builder.vpcConfiguration(CfnHost.VpcConfigurationProperty vpcConfiguration) The VPC configuration provisioned for the host.