aws-java-sdk.1.7.5.source-code.awssdk_config_default.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk Show documentation
Show all versions of aws-java-sdk Show documentation
The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).
The newest version!
{ // AWS Java SDK internal configuration
"defaultSigner" : {
"signerType" : "AWS4SignerType"
},
// "regionSigners" configuration takes precedence over
// the "serviceSigners" configuration,
// but not the "serviceRegionSigners" configuration
"serviceSigners" : [ {
"key" : "ec2",
"config" : {
"signerType" : "QueryStringSignerType"
}
}, {
"key" : "email",
"config" : {
"signerType" : "AWS3SignerType"
}
}, {
"key" : "importexport",
"config" : {
"signerType" : "QueryStringSignerType"
}
}, {
"key" : "route53",
"config" : {
"signerType" : "AWS3SignerType"
}
}, {
"key" : "s3",
"config" : {
"signerType" : "S3SignerType"
}
}, {
"key" : "sdb",
"config" : {
"signerType" : "QueryStringSignerType"
}
} ],
"regionSigners" : [ {
"key" : "cn-north-1",
"config" : {
"signerType" : "AWS4SignerType"
}
} ],
"serviceRegionSigners" : [ {
"key" : "s3/cn-north-1",
"config" : {
"signerType" : "AWSS3V4SignerType"
}
} ],
// AWS http client internal configuration.
// Currently, only those http client with class name not following the usual
// convention of (Amazon|AWS).*(JavaClient|Client)
// needs to be explicitly configured. Otherwise, the service name of an
// http client not explicitly configured will be derived automatically from
// the class name by removing the prefix and suffix as necessary.
"httpClients" : [ {
"key" : "AmazonSimpleWorkflowClient",
"config" : {
"serviceName" : "swf"
}
}, {
"key" : "AmazonCloudWatchClient",
"config" : {
"serviceName" : "monitoring"
}
}, {
"key" : "DataPipelineClient",
"config" : {
"serviceName" : "datapipeline"
}
}, {
"key" : "AmazonIdentityManagementClient",
"config" : {
"serviceName" : "iam"
}
}, {
"key" : "AmazonSimpleDBClient",
"config" : {
"serviceName" : "sdb"
}
}, {
"key" : "AmazonSimpleEmailServiceClient",
"config" : {
"serviceName" : "email"
}
}, {
"key" : "AWSSecurityTokenServiceClient",
"config" : {
"serviceName" : "sts"
}
} ]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy