Package-level declarations

Types

Link copied to clipboard
enum AuthPolicyState : Enum<AuthPolicyState> , ConvertibleToJava<AuthPolicyState>

The state of the auth policy. The auth policy is only active when the auth type is set to AWS _IAM . If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is NONE , then any auth policy you provide will remain inactive.

Link copied to clipboard
enum ListenerProtocol : Enum<ListenerProtocol> , ConvertibleToJava<ListenerProtocol>

The listener protocol.

Link copied to clipboard
enum RuleHttpMatchMethod : Enum<RuleHttpMatchMethod> , ConvertibleToJava<RuleHttpMatchMethod>

The HTTP method type.

Link copied to clipboard
enum ServiceAuthType : Enum<ServiceAuthType> , ConvertibleToJava<ServiceAuthType>

The type of IAM policy.

Link copied to clipboard
enum ServiceNetworkAuthType : Enum<ServiceNetworkAuthType> , ConvertibleToJava<ServiceNetworkAuthType>

The type of IAM policy.

Link copied to clipboard
enum ServiceNetworkServiceAssociationStatus : Enum<ServiceNetworkServiceAssociationStatus> , ConvertibleToJava<ServiceNetworkServiceAssociationStatus>

The status of the association between the service network and the service.

Link copied to clipboard
enum ServiceNetworkVpcAssociationStatus : Enum<ServiceNetworkVpcAssociationStatus> , ConvertibleToJava<ServiceNetworkVpcAssociationStatus>

The status of the association.

Link copied to clipboard
enum ServiceStatus : Enum<ServiceStatus> , ConvertibleToJava<ServiceStatus>

The status of the service.

Link copied to clipboard
enum TargetGroupConfigIpAddressType : Enum<TargetGroupConfigIpAddressType> , ConvertibleToJava<TargetGroupConfigIpAddressType>

The type of IP address used for the target group. Supported only if the target group type is IP . The default is IPV4 .

enum TargetGroupConfigLambdaEventStructureVersion : Enum<TargetGroupConfigLambdaEventStructureVersion> , ConvertibleToJava<TargetGroupConfigLambdaEventStructureVersion>

The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA . The default is V1 .

Link copied to clipboard
enum TargetGroupConfigProtocol : Enum<TargetGroupConfigProtocol> , ConvertibleToJava<TargetGroupConfigProtocol>

The protocol to use for routing traffic to the targets. The default is the protocol of the target group. Not supported if the target group type is LAMBDA .

Link copied to clipboard
enum TargetGroupConfigProtocolVersion : Enum<TargetGroupConfigProtocolVersion> , ConvertibleToJava<TargetGroupConfigProtocolVersion>

The protocol version. The default is HTTP1 . Not supported if the target group type is LAMBDA .

Link copied to clipboard
enum TargetGroupHealthCheckConfigProtocol : Enum<TargetGroupHealthCheckConfigProtocol> , ConvertibleToJava<TargetGroupHealthCheckConfigProtocol>

The protocol used when performing health checks on targets. The possible protocols are HTTP and HTTPS . The default is HTTP .

enum TargetGroupHealthCheckConfigProtocolVersion : Enum<TargetGroupHealthCheckConfigProtocolVersion> , ConvertibleToJava<TargetGroupHealthCheckConfigProtocolVersion>

The protocol version used when performing health checks on targets. The possible protocol versions are HTTP1 and HTTP2 .

Link copied to clipboard
enum TargetGroupStatus : Enum<TargetGroupStatus> , ConvertibleToJava<TargetGroupStatus>

The operation's status. You can retry the operation if the status is CREATE_FAILED . However, if you retry it while the status is CREATE_IN_PROGRESS , there is no change in the status.

Link copied to clipboard
enum TargetGroupType : Enum<TargetGroupType> , ConvertibleToJava<TargetGroupType>

The type of target group.