create multimethod
Methods
- create(rd:ResDef, n:Int, **props:Hash)
- Create n resources with given props. Typically called by converge().
- create(rd:AWS::Vpc, **props:Hash)internal
- Declarative primitive for creating AWS VPC resources
- create(rd:AWS::Igw, **props:Hash)internal
- Declarative primitive for creating AWS InternetGateway resources
- create(rd:AWS::SecGroup, **props:Hash)internal
- Declarative primitive for creating AWS Security Group resources
- create(rd:AWS::Subnet, **props:Hash)internal
- Declarative primitive for creating AWS Subnet resources
- create(rd:AWS::Instance, **props:Hash)internal
- Declarative primitive for creating AWS Instance resources
- create(rd:AWS::Elb, **props:Hash)internal
- Declarative primitive for creating AWS Elastic Load Balancer resources
- create(rd:AWS::RecordSet, **props:Hash)internal
- Declarative primitive for creating AWS Route53 RecordSet resources
- create(rd:AWS2::ResDef, **orig_props:Hash)
- create(rd:AWS2::Subnet, **props:Hash)internal
- Declarative primitive for creating AWS Subnet resources
- create(rd:AWS2::Instance, **props:Hash)internal
- Declarative primitive for creating AWS Instance resources
- create(rd:AWS2::Elb, **props:Hash)internal
- Declarative primitive for creating AWS Elastic Load Balancer resources
- create(rd:AWS2::RecordSet, **props:Hash)internal
- Declarative primitive for creating AWS Route53 RecordSet resources