Interface ServiceAccountProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, ResourceProps
    All Known Implementing Classes:
    ServiceAccountProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-18T23:19:48.661Z")
    @Stability(Stable)
    public interface ServiceAccountProps
    extends software.amazon.jsii.JsiiSerializable, ResourceProps
    Properties for initialization of `ServiceAccount`.
    • Method Detail

      • getAutomountToken

        @Stability(Stable)
        @Nullable
        default Boolean getAutomountToken()
        Indicates whether pods running as this service account should have an API token automatically mounted.

        Can be overridden at the pod level.

        Default: true

      • getSecrets

        @Stability(Stable)
        @Nullable
        default List<ISecret> getSecrets()
        List of secrets allowed to be used by pods running using this ServiceAccount.