This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginAWSService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginAWSServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginAWS");
}
}Class Functions:
- Orchestrator Function: AWS Account Create
- Orchestrator Function: AWS Account Find By Name
- Orchestrator Function: AWS Account Remove
- Orchestrator Function: AWS Account Update
- Orchestrator Function: AWS EC2 Availability Zone Get
- Orchestrator Function: AWS EC2 Filter Build
- Orchestrator Function: AWS EC2 Image Create
- Orchestrator Function: AWS EC2 Images Get By Filters
- Orchestrator Function: AWS EC2 Instance Get
- Orchestrator Function: AWS EC2 Instance Snapshot All Volumes
- Orchestrator Function: AWS EC2 Instance Tag
- Orchestrator Function: AWS EC2 Instance Type Info Get
- Orchestrator Function: AWS EC2 Key Pair Create
- Orchestrator Function: AWS EC2 Key Pair Import
- Orchestrator Function: AWS EC2 Key Pair Info Get
- Orchestrator Function: AWS EC2 Network Interface Attach
- Orchestrator Function: AWS EC2 Network Interface Attributes Get
- Orchestrator Function: AWS EC2 Network Interface Attributes Modify
- Orchestrator Function: AWS EC2 Network Interface Create
- Orchestrator Function: AWS EC2 Network Interface Delete
- Orchestrator Function: AWS EC2 Region Get
- Orchestrator Function: AWS EC2 Route Delete
- Orchestrator Function: AWS EC2 Route Delete ( IPv4 )
- Orchestrator Function: AWS EC2 Route Delete ( IPv6 )
- Orchestrator Function: AWS EC2 Route Tables Get
- Orchestrator Function: AWS EC2 Security Group Create
- Orchestrator Function: AWS EC2 Security Group Get
- Orchestrator Function: AWS EC2 Security Group Rule Authorize Egress
- Orchestrator Function: AWS EC2 Security Group Rule Authorize Ingress
- Orchestrator Function: AWS EC2 Snapshot Create
- Orchestrator Function: AWS EC2 Snapshot Delete
- Orchestrator Function: AWS EC2 Snapshot Restore Tier
- Orchestrator Function: AWS EC2 Subnet Create
- Orchestrator Function: AWS EC2 Subnet Delete
- Orchestrator Function: AWS EC2 Subnet Get
- Orchestrator Function: AWS EC2 Volume Attach
- Orchestrator Function: AWS EC2 Volume Attribute Modify
- Orchestrator Function: AWS EC2 Volume Create
- Orchestrator Function: AWS EC2 Volume Delete
- Orchestrator Function: AWS EC2 Volume Detach
- Orchestrator Function: AWS EC2 Volume Get
- Orchestrator Function: AWS EC2 Volume Modify
- Orchestrator Function: AWS EC2 Vpc Attribute Modify
- Orchestrator Function: AWS EC2 Vpc Create
- Orchestrator Function: AWS EC2 Vpc Delete
- Orchestrator Function: AWS EC2 Vpc Get
- Orchestrator Function: AWS EC2 Vpn Connection Create
- Orchestrator Function: AWS EC2 Vpn Connection Create ( IPv4 )
- Orchestrator Function: AWS EC2 Vpn Connection Create ( IPv6 )
- Orchestrator Function: AWS EC2 Vpn Connection Delete
- Orchestrator Function: AWS EC2 Vpn Connection Get
- Orchestrator Function: Server Find All For Type ( AWS )
- Orchestrator Function: Server Find For Type ( AWS )
- Orchestrator Functions: AWS EC2 Ip Permission Build
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
