Class RecorderRecordingGroupArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecorderRecordingGroupArgs : ResourceArgs
Constructors
View SourceRecorderRecordingGroupArgs()
Declaration
public RecorderRecordingGroupArgs()
Properties
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 Input<bool> AllSupported { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> IncludeGlobalResourceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> ResourceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |