Class CognitoUserPoolsTrait

  • All Implemented Interfaces:
    software.amazon.smithy.model.FromSourceLocation, software.amazon.smithy.model.node.ToNode, software.amazon.smithy.model.shapes.ToShapeId, software.amazon.smithy.model.traits.Trait, software.amazon.smithy.utils.ToSmithyBuilder<CognitoUserPoolsTrait>

    public final class CognitoUserPoolsTrait
    extends software.amazon.smithy.model.traits.AbstractTrait
    implements software.amazon.smithy.utils.ToSmithyBuilder<CognitoUserPoolsTrait>
    Configures an Amazon Cognito User Pools auth scheme.
    • Field Detail

      • ID

        public static final software.amazon.smithy.model.shapes.ShapeId ID
    • Method Detail

      • getProviderArns

        public java.util.List<java.lang.String> getProviderArns()
        Get the list of provider ARNs.
        Returns:
        Returns the ARNs.
      • createNode

        protected software.amazon.smithy.model.node.Node createNode()
        Specified by:
        createNode in class software.amazon.smithy.model.traits.AbstractTrait