Class ServiceAccountTokenSecret

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

    @Generated(value="jsii-pacmak/1.57.0 (build f614666)",
               date="2022-04-26T09:02:10.553Z")
    @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.