NAME
Paws::AppConfig::GetConfiguration - Arguments for method GetConfiguration on Paws::AppConfig
DESCRIPTION
This class represents the parameters used for calling the method GetConfiguration on the Amazon AppConfig service. Use the attributes of this class as arguments to method GetConfiguration.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetConfiguration.
SYNOPSIS
my $appconfig = Paws->service('AppConfig');
my $Configuration = $appconfig->GetConfiguration(
Application => 'MyStringWithLengthBetween1And64',
ClientId => 'MyStringWithLengthBetween1And64',
Configuration => 'MyStringWithLengthBetween1And64',
Environment => 'MyStringWithLengthBetween1And64',
ClientConfigurationVersion => 'MyVersion', # OPTIONAL
);
# Results:
my $ConfigurationVersion = $Configuration->ConfigurationVersion;
my $Content = $Configuration->Content;
my $ContentType = $Configuration->ContentType;
# Returns a L<Paws::AppConfig::Configuration> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/appconfig/GetConfiguration
ATTRIBUTES
REQUIRED Application => Str
The application to get.
ClientConfigurationVersion => Str
The configuration version returned in the most recent GetConfiguration response.
REQUIRED ClientId => Str
A unique ID to identify the client for the configuration. This ID enables AppConfig to deploy the configuration in intervals, as defined in the deployment strategy.
REQUIRED Configuration => Str
The configuration to get.
REQUIRED Environment => Str
The environment to get.
SEE ALSO
This class forms part of Paws, documenting arguments for method GetConfiguration in Paws::AppConfig
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues