![]() |
![]()
| ![]() |
![]()
NAMEPaws::S3::WebsiteConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::S3::WebsiteConfiguration object: $service_obj->Method(Att1 => { ErrorDocument => $value, ..., RoutingRules => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::S3::WebsiteConfiguration object: $result = $service_obj->Method(...); $result->Att1->ErrorDocument DESCRIPTIONSpecifies website configuration parameters for an Amazon S3 bucket. ATTRIBUTESErrorDocument => Paws::S3::ErrorDocumentThe name of the error document for the website. IndexDocument => Paws::S3::IndexDocumentThe name of the index document for the website. RedirectAllRequestsTo => Paws::S3::RedirectAllRequestsToThe redirect behavior for every request to this bucket's website endpoint. If you specify this property, you can't specify any other property. RoutingRules => ArrayRef[Paws::S3::RoutingRule]Rules that define when a redirect is applied and the redirect behavior. SEE ALSOThis class forms part of Paws, describing an object used in Paws::S3 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|