@Stability(value=Stable)
public static interface CfnDBProxy.AuthFormatProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
AuthFormatProperty authFormatProperty = AuthFormatProperty.builder()
.authScheme("authScheme")
.description("description")
.iamAuth("iamAuth")
.secretArn("secretArn")
.userName("userName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBProxy.AuthFormatProperty.Builder
A builder for
CfnDBProxy.AuthFormatProperty |
static class |
CfnDBProxy.AuthFormatProperty.Jsii$Proxy
An implementation for
CfnDBProxy.AuthFormatProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBProxy.AuthFormatProperty.Builder |
builder() |
default String |
getAuthScheme()
`CfnDBProxy.AuthFormatProperty.AuthScheme`.
|
default String |
getDescription()
`CfnDBProxy.AuthFormatProperty.Description`.
|
default String |
getIamAuth()
`CfnDBProxy.AuthFormatProperty.IAMAuth`.
|
default String |
getSecretArn()
`CfnDBProxy.AuthFormatProperty.SecretArn`.
|
default String |
getUserName()
`CfnDBProxy.AuthFormatProperty.UserName`.
|
@Stability(value=Stable) @Nullable default String getAuthScheme()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getIamAuth()
@Stability(value=Stable) @Nullable default String getSecretArn()
@Stability(value=Stable) @Nullable default String getUserName()
@Stability(value=Stable) static CfnDBProxy.AuthFormatProperty.Builder builder()
Copyright © 2021. All rights reserved.