Package org.cdk8s.plus20
Interface ServiceAccountTokenSecretProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ServiceAccountTokenSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-13T14:52:28.941Z") @Stability(Stable) public interface ServiceAccountTokenSecretProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
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.plus20.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()
-
-