@Stability(value=Stable)
public static interface CfnListenerRule.ActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerRule.ActionProperty.Builder
A builder for
CfnListenerRule.ActionProperty |
static class |
CfnListenerRule.ActionProperty.Jsii$Proxy
An implementation for
CfnListenerRule.ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerRule.ActionProperty.Builder |
builder() |
default Object |
getAuthenticateCognitoConfig()
`CfnListenerRule.ActionProperty.AuthenticateCognitoConfig`.
|
default Object |
getAuthenticateOidcConfig()
`CfnListenerRule.ActionProperty.AuthenticateOidcConfig`.
|
default Object |
getFixedResponseConfig()
`CfnListenerRule.ActionProperty.FixedResponseConfig`.
|
default Object |
getForwardConfig()
`CfnListenerRule.ActionProperty.ForwardConfig`.
|
default Number |
getOrder()
`CfnListenerRule.ActionProperty.Order`.
|
default Object |
getRedirectConfig()
`CfnListenerRule.ActionProperty.RedirectConfig`.
|
default String |
getTargetGroupArn()
`CfnListenerRule.ActionProperty.TargetGroupArn`.
|
String |
getType()
`CfnListenerRule.ActionProperty.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getAuthenticateCognitoConfig()
@Stability(value=Stable) @Nullable default Object getAuthenticateOidcConfig()
@Stability(value=Stable) @Nullable default Object getFixedResponseConfig()
@Stability(value=Stable) @Nullable default Object getForwardConfig()
@Stability(value=Stable) @Nullable default Number getOrder()
@Stability(value=Stable) @Nullable default Object getRedirectConfig()
@Stability(value=Stable) @Nullable default String getTargetGroupArn()
@Stability(value=Stable) static CfnListenerRule.ActionProperty.Builder builder()
Copyright © 2021. All rights reserved.