Package org.cdk8s.plus23
Interface BasicAuthSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
BasicAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.516Z") @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 classBasicAuthSecretProps.BuilderA builder forBasicAuthSecretPropsstatic classBasicAuthSecretProps.Jsii$ProxyAn implementation forBasicAuthSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BasicAuthSecretProps.Builderbuilder()StringgetPassword()The password or token for authentication.StringgetUsername()The user name for authentication.-
Methods inherited from interface org.cdk8s.plus23.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus23.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.BuilderofBasicAuthSecretProps
-
-