Show / Hide Table of Contents

Class RecorderRecordingGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RecorderRecordingGroupArgs
Inherited Members
ResourceArgs.Empty
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 Source

RecorderRecordingGroupArgs()

Declaration
public RecorderRecordingGroupArgs()

Properties

View Source

AllSupported

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.