Show / Hide Table of Contents

Class OrganizationCustomRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationCustomRuleArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OrganizationCustomRuleArgs : ResourceArgs

Constructors

View Source

OrganizationCustomRuleArgs()

Declaration
public OrganizationCustomRuleArgs()

Properties

View Source

Description

Description of the rule

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

LambdaFunctionArn

Amazon Resource Name (ARN) of the rule Lambda Function

Declaration
public Input<string> LambdaFunctionArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Name

The name of the rule

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceIdScope

Identifier of the AWS resource to evaluate

Declaration
public Input<string> ResourceIdScope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceTypesScopes

List of types of AWS resources to evaluate

Declaration
public InputList<string> ResourceTypesScopes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

TagKeyScope

Tag key of AWS resources to evaluate

Declaration
public Input<string> TagKeyScope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TagValueScope

Tag value of AWS resources to evaluate

Declaration
public Input<string> TagValueScope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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