Sha256: 3ffcbf8cce06a10856f2dd882760c6d4a1fdabed793ad86f342109c06acd5a9b

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

### exist

```ruby
describe alb('my-alb') do
  it { should exist }
end
```

### be_active, be_provisioning, be_failed

```ruby
describe alb('my-alb') do
  it { should be_active }
end
```

### have_security_group

```ruby
describe alb('my-alb') do
  it { should have_security_group('sg-1a2b3cd4') }
end
```

### have_subnet

```ruby
describe alb('my-alb') do
  it { should have_subnet('subnet-1234a567') }
end
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awspec-0.83.0 doc/_resource_types/alb.md