Class OrganizationManagedRuleArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OrganizationManagedRuleArgs : ResourceArgs
Constructors
View SourceOrganizationManagedRuleArgs()
Declaration
public OrganizationManagedRuleArgs()
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> |
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> |
RuleIdentifier
Identifier of an available AWS Config Managed Rule to call. For available values, see the List of AWS Config Managed Rules documentation
Declaration
public Input<string> RuleIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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> |