Package org.cdk8s.plus24
Interface BasicAuthSecretProps
-
- All Superinterfaces:
CommonSecretProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Implementing Classes:
BasicAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-21T02:57:21.345Z") @Stability(Stable) public interface BasicAuthSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
Options for `BasicAuthSecret`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BasicAuthSecretProps.Builder
A builder forBasicAuthSecretProps
static class
BasicAuthSecretProps.Jsii$Proxy
An implementation forBasicAuthSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BasicAuthSecretProps.Builder
builder()
String
getPassword()
The password or token for authentication.String
getUsername()
The user name for authentication.-
Methods inherited from interface org.cdk8s.plus24.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getPassword
@Stability(Stable) @NotNull String getPassword()
The password or token for authentication.
-
getUsername
@Stability(Stable) @NotNull String getUsername()
The user name for authentication.
-
builder
@Stability(Stable) static BasicAuthSecretProps.Builder builder()
- Returns:
- a
BasicAuthSecretProps.Builder
ofBasicAuthSecretProps
-
-