Struct aws_sdk_config::types::ConformancePackDetail
source · #[non_exhaustive]pub struct ConformancePackDetail { /* private fields */ }Expand description
Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
Implementations§
source§impl ConformancePackDetail
impl ConformancePackDetail
sourcepub fn conformance_pack_name(&self) -> Option<&str>
pub fn conformance_pack_name(&self) -> Option<&str>
Name of the conformance pack.
sourcepub fn conformance_pack_arn(&self) -> Option<&str>
pub fn conformance_pack_arn(&self) -> Option<&str>
Amazon Resource Name (ARN) of the conformance pack.
sourcepub fn conformance_pack_id(&self) -> Option<&str>
pub fn conformance_pack_id(&self) -> Option<&str>
ID of the conformance pack.
sourcepub fn delivery_s3_bucket(&self) -> Option<&str>
pub fn delivery_s3_bucket(&self) -> Option<&str>
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
sourcepub fn delivery_s3_key_prefix(&self) -> Option<&str>
pub fn delivery_s3_key_prefix(&self) -> Option<&str>
The prefix for the Amazon S3 bucket.
This field is optional.
sourcepub fn conformance_pack_input_parameters(
&self
) -> Option<&[ConformancePackInputParameter]>
pub fn conformance_pack_input_parameters( &self ) -> Option<&[ConformancePackInputParameter]>
A list of ConformancePackInputParameter objects.
sourcepub fn last_update_requested_time(&self) -> Option<&DateTime>
pub fn last_update_requested_time(&self) -> Option<&DateTime>
The last time a conformation pack update was requested.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon Web Services service that created the conformance pack.
sourcepub fn template_ssm_document_details(
&self
) -> Option<&TemplateSsmDocumentDetails>
pub fn template_ssm_document_details( &self ) -> Option<&TemplateSsmDocumentDetails>
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
source§impl ConformancePackDetail
impl ConformancePackDetail
sourcepub fn builder() -> ConformancePackDetailBuilder
pub fn builder() -> ConformancePackDetailBuilder
Creates a new builder-style object to manufacture ConformancePackDetail.
Trait Implementations§
source§impl Clone for ConformancePackDetail
impl Clone for ConformancePackDetail
source§fn clone(&self) -> ConformancePackDetail
fn clone(&self) -> ConformancePackDetail
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ConformancePackDetail
impl Debug for ConformancePackDetail
source§impl PartialEq<ConformancePackDetail> for ConformancePackDetail
impl PartialEq<ConformancePackDetail> for ConformancePackDetail
source§fn eq(&self, other: &ConformancePackDetail) -> bool
fn eq(&self, other: &ConformancePackDetail) -> bool
self and other values to be equal, and is used
by ==.