Package org.cdk8s.plus23
Interface ServiceAccountTokenSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ServiceAccountTokenSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.703Z") @Stability(Stable) public interface ServiceAccountTokenSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
Options for `ServiceAccountTokenSecret`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceAccountTokenSecretProps.BuilderA builder forServiceAccountTokenSecretPropsstatic classServiceAccountTokenSecretProps.Jsii$ProxyAn implementation forServiceAccountTokenSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServiceAccountTokenSecretProps.Builderbuilder()IServiceAccountgetServiceAccount()The service account to store a secret for.-
Methods inherited from interface org.cdk8s.plus23.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus23.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getServiceAccount
@Stability(Stable) @NotNull IServiceAccount getServiceAccount()
The service account to store a secret for.
-
builder
@Stability(Stable) static ServiceAccountTokenSecretProps.Builder builder()
-
-