@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:30.106Z") public enum ApplicationLoadBalancedServiceRecordType extends java.lang.Enum<ApplicationLoadBalancedServiceRecordType>
Enum Constant and Description |
---|
ALIAS
Create Route53 A Alias record.
|
CNAME
Create a CNAME record.
|
NONE
Do not create any DNS records.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationLoadBalancedServiceRecordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLoadBalancedServiceRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationLoadBalancedServiceRecordType ALIAS
public static final ApplicationLoadBalancedServiceRecordType CNAME
public static final ApplicationLoadBalancedServiceRecordType NONE
public static ApplicationLoadBalancedServiceRecordType[] values()
for (ApplicationLoadBalancedServiceRecordType c : ApplicationLoadBalancedServiceRecordType.values()) System.out.println(c);
public static ApplicationLoadBalancedServiceRecordType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null