OrganizationConformancePack class

An organization conformance pack that has information about conformance packs that AWS Config creates in member accounts.

Constructors

OrganizationConformancePack({required DateTime lastUpdateTime, required String organizationConformancePackArn, required String organizationConformancePackName, List<ConformancePackInputParameter>? conformancePackInputParameters, String? deliveryS3Bucket, String? deliveryS3KeyPrefix, List<String>? excludedAccounts})
OrganizationConformancePack.fromJson(Map<String, dynamic> json)
factory

Properties

conformancePackInputParameters List<ConformancePackInputParameter>?
A list of ConformancePackInputParameter objects.
final
deliveryS3Bucket String?
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.
final
deliveryS3KeyPrefix String?
Any folder structure you want to add to an Amazon S3 bucket.
final
excludedAccounts List<String>?
A comma-separated list of accounts excluded from organization conformance pack.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime
Last time when organization conformation pack was updated.
final
organizationConformancePackArn String
Amazon Resource Name (ARN) of organization conformance pack.
final
organizationConformancePackName String
The name you assign to an organization conformance pack.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited