![]() |
![]()
| ![]() |
![]()
NAMEPaws::Synthetics::VpcConfigOutput 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::Synthetics::VpcConfigOutput object: $service_obj->Method(Att1 => { SecurityGroupIds => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Synthetics::VpcConfigOutput object: $result = $service_obj->Method(...); $result->Att1->SecurityGroupIds DESCRIPTIONIf this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_VPC.html). ATTRIBUTESSecurityGroupIds => ArrayRef[Str|Undef]The IDs of the security groups for this canary. SubnetIds => ArrayRef[Str|Undef]The IDs of the subnets where this canary is to run. VpcId => StrThe IDs of the VPC where this canary is to run. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Synthetics 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>
|