Package org.cdk8s.plus20
Class BasicAuthSecret
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus20.Resource
-
- org.cdk8s.plus20.Secret
-
- org.cdk8s.plus20.BasicAuthSecret
-
- All Implemented Interfaces:
IResource,ISecret,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.424Z") @Stability(Stable) public class BasicAuthSecret extends Secret
Create a secret for basic authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBasicAuthSecret.BuilderA fluent builder forBasicAuthSecret.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IResource
IResource.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.ISecret
ISecret.Jsii$Default, ISecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasicAuthSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBasicAuthSecret(software.amazon.jsii.JsiiObjectRef objRef)BasicAuthSecret(software.constructs.Construct scope, String id, BasicAuthSecretProps props)
-
Method Summary
-
Methods inherited from class org.cdk8s.plus20.Secret
addStringData, fromSecretName, getApiObject, getImmutable, getStringData
-
Methods inherited from class org.cdk8s.plus20.Resource
getMetadata, getName
-
Methods inherited from class software.constructs.Construct
onPrepare, onSynthesize, onValidate, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
BasicAuthSecret
protected BasicAuthSecret(software.amazon.jsii.JsiiObjectRef objRef)
-
BasicAuthSecret
protected BasicAuthSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BasicAuthSecret
@Stability(Stable) public BasicAuthSecret(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BasicAuthSecretProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-