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.47.0 doc/_resource_types/elasticache.md
awspec-0.46.0 doc/_resource_types/elasticache.md
awspec-0.45.0 doc/_resource_types/elasticache.md
awspec-0.44.0 doc/_resource_types/elasticache.md
awspec-0.43.0 doc/_resource_types/elasticache.md
awspec-0.42.0 doc/_resource_types/elasticache.md
awspec-0.41.0 doc/_resource_types/elasticache.md
awspec-0.40.0 doc/_resource_types/elasticache.md
awspec-0.39.0 doc/_resource_types/elasticache.md
awspec-0.38.0 doc/_resource_types/elasticache.md
awspec-0.37.8 doc/_resource_types/elasticache.md
awspec-0.37.7 doc/_resource_types/elasticache.md
awspec-0.37.6 doc/_resource_types/elasticache.md
awspec-0.37.5 doc/_resource_types/elasticache.md
awspec-0.37.4 doc/_resource_types/elasticache.md
awspec-0.37.3 doc/_resource_types/elasticache.md
awspec-0.37.2 doc/_resource_types/elasticache.md
awspec-0.37.1 doc/_resource_types/elasticache.md
awspec-0.37.0 doc/_resource_types/elasticache.md
awspec-0.36.1 doc/_resource_types/elasticache.md