Constructor
new OpenSesame(opts:)
Construct OpenSesame object.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
opts: |
Object
|
optional settings - port: port numbeer of the ingress rule - protocol: protocol of the ingress rule - name: name of the ingress rule - dryRun: when true, changelog file won't be modified |
Methods
aws(region:, secGroupIds:, cb:)
Add public IP address to AWS security group inbound rules.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
region: |
String
|
AWS region |
secGroupIds: |
Array
|
an array of AWS security group IDs |
cb: |
function
|
standard cb(err, result) callback |