Uses of Enum Class
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedServiceRecordType
Packages that use ApplicationLoadBalancedServiceRecordType
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedServiceRecordType in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationLoadBalancedServiceRecordTypeModifier and TypeMethodDescriptionApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getRecordType()ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getRecordType()ApplicationLoadBalancedServiceBaseProps.getRecordType()Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all.ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getRecordType()Returns the enum constant of this class with the specified name.ApplicationLoadBalancedServiceRecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationLoadBalancedServiceRecordTypeModifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all.ApplicationLoadBalancedEc2ServiceProps.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()ApplicationLoadBalancedFargateService.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all.ApplicationLoadBalancedFargateServiceProps.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()ApplicationLoadBalancedServiceBaseProps.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()