Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data OwnershipControls Source #
The container element for a bucket's ownership controls.
See: newOwnershipControls
smart constructor.
OwnershipControls' | |
|
Instances
newOwnershipControls :: OwnershipControls Source #
Create a value of OwnershipControls
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rules:OwnershipControls'
, ownershipControls_rules
- The container element for an ownership control rule.
ownershipControls_rules :: Lens' OwnershipControls [OwnershipControlsRule] Source #
The container element for an ownership control rule.