The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ApiGateway::Stage

ATTRIBUTES

CacheClusterEnabled => Bool

  Specifies whether a cache cluster is enabled for the stage.
=head2 CacheClusterSize => Str

  The size of the cache cluster for the stage, if enabled.
=head2 CacheClusterStatus => Str

  The status of the cache cluster for the stage, if enabled.
=head2 ClientCertificateId => Str

  

CreatedDate => Str

  The date and time that the stage was created, in ISO 8601 format.
=head2 DeploymentId => Str

  The identifier of the Deployment that the stage points to.
=head2 Description => Str

  The stage's description.
=head2 LastUpdatedDate => Str

  The date and time that information about the stage was last updated, in
ISO 8601 format.
=head2 MethodSettings => L<Paws::ApiGateway::MapOfMethodSettings>

  A map that defines the method settings for a Stage resource. Keys are
defined as C<{resource_path}/{http_method}> for an individual method
override, or C<\*/\*> for the settings applied to all methods in the
stage.
=head2 StageName => Str

  The name of the stage is the first path segment in the Uniform Resource
Identifier (URI) of a call to Amazon API Gateway.