class
Amazonite::CloudFormation::ResourceDriftIgnoredAttribute
- Amazonite::CloudFormation::ResourceDriftIgnoredAttribute
- Reference
- Object
Overview
The ResourceDriftIgnoredAttribute data type.
Defined in:
cloudformation/resource_drift_ignored_attribute.crConstructors
- .from_xml(node : XML::Node) : self
- .new(path : String | Nil = nil, reason : DriftIgnoredReason | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#path : String | Nil
Path of the resource attribute for which drift was ignored.
-
#path=(path : String | Nil)
Path of the resource attribute for which drift was ignored.
-
#reason : DriftIgnoredReason | Nil
Reason why drift was ignored for the attribute, can have 3 possible values:
-
#reason=(reason : DriftIgnoredReason | Nil)
Reason why drift was ignored for the attribute, can have 3 possible values:
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Reason why drift was ignored for the attribute, can have 3 possible values:
-
WRITE_ONLY_PROPERTY– Property is not included in read response for the resource’s live state. -
MANAGED_BY_AWS– Property is managed by an Amazon Web Services service and is expected to be dynamically modified. -
SENSITIVE_PROPERTY– Property has a sensitive value, such as an Amazon Web Services Secrets Manager value.
Reason why drift was ignored for the attribute, can have 3 possible values:
-
WRITE_ONLY_PROPERTY– Property is not included in read response for the resource’s live state. -
MANAGED_BY_AWS– Property is managed by an Amazon Web Services service and is expected to be dynamically modified. -
SENSITIVE_PROPERTY– Property has a sensitive value, such as an Amazon Web Services Secrets Manager value.