Class: Aws::NetworkSecurityManager::Types::DeploymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::DeploymentConfiguration
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Configuration settings that control a deployment's behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_cross_account_visibility ⇒ Boolean
Specifies whether aggregate synchronization status details for the resources covered by this deployment are visible across accounts.
Instance Attribute Details
#enable_cross_account_visibility ⇒ Boolean
Specifies whether aggregate synchronization status details for the
resources covered by this deployment are visible across accounts.
Default: false.
1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1767 class DeploymentConfiguration < Struct.new( :enable_cross_account_visibility) SENSITIVE = [] include Aws::Structure end |