@Stability(value=Stable)
public static interface CfnBroker.LdapServerMetadataProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBroker.LdapServerMetadataProperty.Builder
A builder for
CfnBroker.LdapServerMetadataProperty |
static class |
CfnBroker.LdapServerMetadataProperty.Jsii$Proxy
An implementation for
CfnBroker.LdapServerMetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBroker.LdapServerMetadataProperty.Builder |
builder() |
List<String> |
getHosts()
`CfnBroker.LdapServerMetadataProperty.Hosts`.
|
String |
getRoleBase()
`CfnBroker.LdapServerMetadataProperty.RoleBase`.
|
default String |
getRoleName()
`CfnBroker.LdapServerMetadataProperty.RoleName`.
|
String |
getRoleSearchMatching()
`CfnBroker.LdapServerMetadataProperty.RoleSearchMatching`.
|
default Object |
getRoleSearchSubtree()
`CfnBroker.LdapServerMetadataProperty.RoleSearchSubtree`.
|
String |
getServiceAccountPassword()
`CfnBroker.LdapServerMetadataProperty.ServiceAccountPassword`.
|
String |
getServiceAccountUsername()
`CfnBroker.LdapServerMetadataProperty.ServiceAccountUsername`.
|
String |
getUserBase()
`CfnBroker.LdapServerMetadataProperty.UserBase`.
|
default String |
getUserRoleName()
`CfnBroker.LdapServerMetadataProperty.UserRoleName`.
|
String |
getUserSearchMatching()
`CfnBroker.LdapServerMetadataProperty.UserSearchMatching`.
|
default Object |
getUserSearchSubtree()
`CfnBroker.LdapServerMetadataProperty.UserSearchSubtree`.
|
@Stability(value=Stable) @NotNull List<String> getHosts()
@Stability(value=Stable) @NotNull String getRoleBase()
@Stability(value=Stable) @NotNull String getRoleSearchMatching()
@Stability(value=Stable) @NotNull String getServiceAccountPassword()
@Stability(value=Stable) @NotNull String getServiceAccountUsername()
@Stability(value=Stable) @NotNull String getUserBase()
@Stability(value=Stable) @NotNull String getUserSearchMatching()
@Stability(value=Stable) @Nullable default String getRoleName()
@Stability(value=Stable) @Nullable default Object getRoleSearchSubtree()
@Stability(value=Stable) @Nullable default String getUserRoleName()
@Stability(value=Stable) @Nullable default Object getUserSearchSubtree()
@Stability(value=Stable) static CfnBroker.LdapServerMetadataProperty.Builder builder()
Copyright © 2021. All rights reserved.