Sha256: 546b4d1402c8270f01dd67972e12e2aba12c526e0b670599581175dc94047b40

Contents?: true

Size: 951 Bytes

Versions: 84

Compression:

Stored size: 951 Bytes

Contents

### exist

```ruby
describe elasticache('my-rep-group-001') do
  it { should exist }
end
```

### be_available, be_creating, be_deleted, be_deleting, be_incompatible_network, be_modifying, be_rebooting_cache_cluster_nodes, be_restore_failed, be_snapshotting

```ruby
describe elasticache('my-rep-group-001') do
  it { should be_available }
end
```

### have_cache_parameter_group

```ruby
describe elasticache('my-rep-group-001') do
  it { should have_cache_parameter_group('my-cache-parameter-group') }
end
```

### belong_to_cache_subnet_group

```ruby
describe elasticache('my-rep-group-001') do
  it { should belong_to_cache_subnet_group('my-cache-subnet-group') }
end
```

### belong_to_replication_group

```ruby
describe elasticache('my-rep-group-001') do
  it { should belong_to_replication_group('my-rep-group') }
end
```

### belong_to_vpc

```ruby
describe elasticache('my-rep-group-001') do
  it { should belong_to_vpc('my-vpc') }
end
```

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
awspec-0.72.0 doc/_resource_types/elasticache.md
awspec-0.71.0 doc/_resource_types/elasticache.md
awspec-0.70.0 doc/_resource_types/elasticache.md
awspec-0.69.1 doc/_resource_types/elasticache.md
awspec-0.69.0 doc/_resource_types/elasticache.md
awspec-0.68.0 doc/_resource_types/elasticache.md
awspec-0.67.1 doc/_resource_types/elasticache.md
awspec-0.67.0 doc/_resource_types/elasticache.md
awspec-0.66.2 doc/_resource_types/elasticache.md
awspec-0.66.1 doc/_resource_types/elasticache.md
awspec-0.66.0 doc/_resource_types/elasticache.md
awspec-0.65.2 doc/_resource_types/elasticache.md
awspec-0.65.1 doc/_resource_types/elasticache.md
awspec-0.65.0 doc/_resource_types/elasticache.md
awspec-0.64.0 doc/_resource_types/elasticache.md
awspec-0.63.1 doc/_resource_types/elasticache.md
awspec-0.63.0 doc/_resource_types/elasticache.md
awspec-0.62.1 doc/_resource_types/elasticache.md
awspec-0.62.0 doc/_resource_types/elasticache.md
awspec-0.61.1 doc/_resource_types/elasticache.md