Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codeconnections.CfnHostPropsMixin.Builder
Packages that use CfnHostPropsMixin.Builder
-
Uses of CfnHostPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codeconnections
Methods in software.amazon.awscdk.cfnpropertymixins.services.codeconnections that return CfnHostPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnHostPropsMixin.BuilderCfnHostPropsMixin.Builder.create()static CfnHostPropsMixin.BuilderCfnHostPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the host.CfnHostPropsMixin.Builder.providerEndpoint(String providerEndpoint) The endpoint of the infrastructure where your provider type is installed.CfnHostPropsMixin.Builder.providerType(String providerType) The name of the installed provider to be associated with your connection.Tags to apply to the host.CfnHostPropsMixin.Builder.vpcConfiguration(CfnHostPropsMixin.VpcConfigurationProperty vpcConfiguration) The VPC configuration provisioned for the host.CfnHostPropsMixin.Builder.vpcConfiguration(IResolvable vpcConfiguration) The VPC configuration provisioned for the host.