{
"Type" : "Custom::ElasticsearchServiceDomain",
"Properties" : {
"ServiceToken": {
"Fn::Join": [ "", [ "arn:aws:lambda:",
{ "Ref": "AWS::Region" }, ":",
{ "Ref": "AWS::AccountId" }, ":function:",
{"Ref" : "LambdaFunctionName"} ] ] },
"DomainName" : String,
"ElasticsearchClusterConfig" : {
"InstanceType": String,
"InstanceCount": Integer,
"DedicatedMasterEnabled": Boolean,
"ZoneAwarenessEnabled": Boolean,
"DedicatedMasterType": String,
"DedicatedMasterCount": Integer
},
"EBSOptions" : {
"EBSEnabled": True,
"VolumeType": String,
"VolumeSize": Integer,
"Iops": Integer
},
"AccessPolicies" : String,
"SnapshotOptions" : {
"AutomatedSnapshotStartHour": Integer
},
"AdvancedOptions" : {
"rest.action.multi.allow_explicit" : String,
"indices.fielddata.cache.size" : String
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
AWS Cloudformation CustomResource for AWS Elasticsearch Service
License
elelsee/pycfn-elasticsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
AWS Cloudformation CustomResource for AWS Elasticsearch Service
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published