Class RecorderRecordingGroup
Inheritance
System.Object
RecorderRecordingGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cfg.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecorderRecordingGroup
Fields
View SourceAllSupported
Specifies whether AWS Config records configuration changes
for every supported type of regional resource (which includes any new type that will become supported in the future).
Conflicts with resource_types. Defaults to true.
Declaration
public readonly bool? AllSupported
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncludeGlobalResourceTypes
Specifies whether AWS Config includes all supported types of global resources
with the resources that it records. Requires all_supported = true. Conflicts with resource_types.
Declaration
public readonly bool? IncludeGlobalResourceTypes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ResourceTypes
A list that specifies the types of AWS resources for which
AWS Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
See relevant part of AWS Docs for available types.
Declaration
public readonly ImmutableArray<string> ResourceTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |