![]() |
![]()
| ![]() |
![]()
NAMEPaws::ES::CreateOutboundCrossClusterSearchConnection - Arguments for method CreateOutboundCrossClusterSearchConnection on Paws::ES DESCRIPTIONThis class represents the parameters used for calling the method CreateOutboundCrossClusterSearchConnection on the Amazon Elasticsearch Service service. Use the attributes of this class as arguments to method CreateOutboundCrossClusterSearchConnection. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateOutboundCrossClusterSearchConnection. SYNOPSISmy $es = Paws->service('ES'); my $CreateOutboundCrossClusterSearchConnectionResponse = $es->CreateOutboundCrossClusterSearchConnection( ConnectionAlias => 'MyConnectionAlias', DestinationDomainInfo => { DomainName => 'MyDomainName', # min: 3, max: 28 OwnerId => 'MyOwnerId', # min: 12, max: 12; OPTIONAL Region => 'MyRegion', # OPTIONAL }, SourceDomainInfo => { DomainName => 'MyDomainName', # min: 3, max: 28 OwnerId => 'MyOwnerId', # min: 12, max: 12; OPTIONAL Region => 'MyRegion', # OPTIONAL }, ); # Results: my $ConnectionAlias = $CreateOutboundCrossClusterSearchConnectionResponse->ConnectionAlias; my $ConnectionStatus = $CreateOutboundCrossClusterSearchConnectionResponse->ConnectionStatus; my $CrossClusterSearchConnectionId = $CreateOutboundCrossClusterSearchConnectionResponse ->CrossClusterSearchConnectionId; my $DestinationDomainInfo = $CreateOutboundCrossClusterSearchConnectionResponse ->DestinationDomainInfo; my $SourceDomainInfo = $CreateOutboundCrossClusterSearchConnectionResponse->SourceDomainInfo; # Returns a Paws::ES::CreateOutboundCrossClusterSearchConnectionResponse 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/es/CreateOutboundCrossClusterSearchConnection> ATTRIBUTESREQUIRED ConnectionAlias => StrSpecifies the connection alias that will be used by the customer for this connection. REQUIRED DestinationDomainInfo => Paws::ES::DomainInformationSpecifies the "DomainInformation" for the destination Elasticsearch domain. REQUIRED SourceDomainInfo => Paws::ES::DomainInformationSpecifies the "DomainInformation" for the source Elasticsearch domain. SEE ALSOThis class forms part of Paws, documenting arguments for method CreateOutboundCrossClusterSearchConnection in Paws::ES 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>
|