Class ServiceAccountTokenSecret

  • All Implemented Interfaces:
    IApiEndpoint, IApiResource, IResource, ISecret, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-18T23:19:48.661Z")
    @Stability(Stable)
    public class ServiceAccountTokenSecret
    extends Secret
    Create a secret for a service account token.

    • Constructor Detail

      • ServiceAccountTokenSecret

        protected ServiceAccountTokenSecret​(software.amazon.jsii.JsiiObjectRef objRef)
      • ServiceAccountTokenSecret

        protected ServiceAccountTokenSecret​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ServiceAccountTokenSecret

        @Stability(Stable)
        public ServiceAccountTokenSecret​(@NotNull
                                         software.constructs.Construct scope,
                                         @NotNull
                                         String id,
                                         @NotNull
                                         ServiceAccountTokenSecretProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.