Struct aws_sdk_config::types::OrganizationConfigRule
source · #[non_exhaustive]pub struct OrganizationConfigRule { /* private fields */ }Expand description
An organization Config rule that has information about Config rules that Config creates in member accounts.
Implementations§
source§impl OrganizationConfigRule
impl OrganizationConfigRule
sourcepub fn organization_config_rule_name(&self) -> Option<&str>
pub fn organization_config_rule_name(&self) -> Option<&str>
The name that you assign to organization Config rule.
sourcepub fn organization_config_rule_arn(&self) -> Option<&str>
pub fn organization_config_rule_arn(&self) -> Option<&str>
Amazon Resource Name (ARN) of organization Config rule.
sourcepub fn organization_managed_rule_metadata(
&self
) -> Option<&OrganizationManagedRuleMetadata>
pub fn organization_managed_rule_metadata( &self ) -> Option<&OrganizationManagedRuleMetadata>
An OrganizationManagedRuleMetadata object.
sourcepub fn organization_custom_rule_metadata(
&self
) -> Option<&OrganizationCustomRuleMetadata>
pub fn organization_custom_rule_metadata( &self ) -> Option<&OrganizationCustomRuleMetadata>
An OrganizationCustomRuleMetadata object.
sourcepub fn excluded_accounts(&self) -> Option<&[String]>
pub fn excluded_accounts(&self) -> Option<&[String]>
A comma-separated list of accounts excluded from organization Config rule.
sourcepub fn last_update_time(&self) -> Option<&DateTime>
pub fn last_update_time(&self) -> Option<&DateTime>
The timestamp of the last update.
sourcepub fn organization_custom_policy_rule_metadata(
&self
) -> Option<&OrganizationCustomPolicyRuleMetadataNoPolicy>
pub fn organization_custom_policy_rule_metadata( &self ) -> Option<&OrganizationCustomPolicyRuleMetadataNoPolicy>
An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
source§impl OrganizationConfigRule
impl OrganizationConfigRule
sourcepub fn builder() -> OrganizationConfigRuleBuilder
pub fn builder() -> OrganizationConfigRuleBuilder
Creates a new builder-style object to manufacture OrganizationConfigRule.
Trait Implementations§
source§impl Clone for OrganizationConfigRule
impl Clone for OrganizationConfigRule
source§fn clone(&self) -> OrganizationConfigRule
fn clone(&self) -> OrganizationConfigRule
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for OrganizationConfigRule
impl Debug for OrganizationConfigRule
source§impl PartialEq<OrganizationConfigRule> for OrganizationConfigRule
impl PartialEq<OrganizationConfigRule> for OrganizationConfigRule
source§fn eq(&self, other: &OrganizationConfigRule) -> bool
fn eq(&self, other: &OrganizationConfigRule) -> bool
self and other values to be equal, and is used
by ==.