Package org.cdk8s.plus20
Interface BasicAuthSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
BasicAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.425Z") @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.plus20.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus20.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
-
-