Package org.cdk8s.plus24
Interface ServiceAccountTokenSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ServiceAccountTokenSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.311Z") @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.plus24.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus24.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()
-
-