Uses of Class
software.amazon.awscdk.services.vpclattice.CfnResourceConfiguration.Builder
Packages that use CfnResourceConfiguration.Builder
-
Uses of CfnResourceConfiguration.Builder in software.amazon.awscdk.services.vpclattice
Methods in software.amazon.awscdk.services.vpclattice that return CfnResourceConfiguration.BuilderModifier and TypeMethodDescriptionCfnResourceConfiguration.Builder.allowAssociationToSharableServiceNetwork(Boolean allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.CfnResourceConfiguration.Builder.allowAssociationToSharableServiceNetwork(IResolvable allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.CfnResourceConfiguration.Builder.customDomainName(String customDomainName) The custom domain name.CfnResourceConfiguration.Builder.domainVerificationId(String domainVerificationId) The domain verification ID.CfnResourceConfiguration.Builder.groupDomain(String groupDomain) (GROUP) The group domain for a group resource configuration.The name of the resource configuration.CfnResourceConfiguration.Builder.portRanges(List<String> portRanges) (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).CfnResourceConfiguration.Builder.protocolType(String protocolType) (SINGLE, GROUP) The protocol accepted by the resource configuration.CfnResourceConfiguration.Builder.resourceConfigurationAuthType(String resourceConfigurationAuthType) The auth type for the resource configuration.CfnResourceConfiguration.Builder.resourceConfigurationDefinition(IResolvable resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.CfnResourceConfiguration.Builder.resourceConfigurationDefinition(CfnResourceConfiguration.ResourceConfigurationDefinitionProperty resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.CfnResourceConfiguration.Builder.resourceConfigurationGroupId(String resourceConfigurationGroupId) The ID of the group resource configuration.CfnResourceConfiguration.Builder.resourceConfigurationType(String resourceConfigurationType) The type of resource configuration.CfnResourceConfiguration.Builder.resourceGatewayId(String resourceGatewayId) The ID of the resource gateway.The tags for the resource configuration.