Class OrganizationCustomRuleArgs
Inherited Members
Namespace: Pulumi.Aws.Cfg
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OrganizationCustomRuleArgs : ResourceArgs
Constructors
View SourceOrganizationCustomRuleArgs()
Declaration
public OrganizationCustomRuleArgs()
Properties
View SourceDescription
Description of the rule
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExcludedAccounts
List of AWS account identifiers to exclude from the rule
Declaration
public InputList<string> ExcludedAccounts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
InputParameters
A string in JSON format that is passed to the AWS Config Rule Lambda Function
Declaration
public Input<string> InputParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LambdaFunctionArn
Amazon Resource Name (ARN) of the rule Lambda Function
Declaration
public Input<string> LambdaFunctionArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaximumExecutionFrequency
The maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to TwentyFour_Hours for periodic frequency triggered rules. Valid values: One_Hour, Three_Hours, Six_Hours, Twelve_Hours, or TwentyFour_Hours.
Declaration
public Input<string> MaximumExecutionFrequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the rule
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceIdScope
Identifier of the AWS resource to evaluate
Declaration
public Input<string> ResourceIdScope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceTypesScopes
List of types of AWS resources to evaluate
Declaration
public InputList<string> ResourceTypesScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TagKeyScope
Tag key of AWS resources to evaluate
Declaration
public Input<string> TagKeyScope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TagValueScope
Tag value of AWS resources to evaluate
Declaration
public Input<string> TagValueScope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TriggerTypes
List of notification types that trigger AWS Config to run an evaluation for the rule. Valid values: ConfigurationItemChangeNotification, OversizedConfigurationItemChangeNotification, and ScheduledNotification
Declaration
public InputList<string> TriggerTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |