Class: Aws::Types::LogsEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogsEncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_conflict_resolution_strategy ⇒ "ALLOW", "SKIP"
Returns the value of attribute encryption_conflict_resolution_strategy.
-
#encryption_scope ⇒ "ENCRYPTED_SOURCE_ONLY", "NEW_DESTINATION_LOG_GROUPS"
Returns the value of attribute encryption_scope.
-
#encryption_strategy ⇒ "CUSTOMER_MANAGED", "AWS_OWNED"
Returns the value of attribute encryption_strategy.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_conflict_resolution_strategy ⇒ "ALLOW", "SKIP"
Returns the value of attribute encryption_conflict_resolution_strategy.
496 497 498 |
# File 'sig/types.rbs', line 496 def encryption_conflict_resolution_strategy @encryption_conflict_resolution_strategy end |
#encryption_scope ⇒ "ENCRYPTED_SOURCE_ONLY", "NEW_DESTINATION_LOG_GROUPS"
Returns the value of attribute encryption_scope.
497 498 499 |
# File 'sig/types.rbs', line 497 def encryption_scope @encryption_scope end |
#encryption_strategy ⇒ "CUSTOMER_MANAGED", "AWS_OWNED"
Returns the value of attribute encryption_strategy.
494 495 496 |
# File 'sig/types.rbs', line 494 def encryption_strategy @encryption_strategy end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def kms_key_arn @kms_key_arn end |