Class AnalyzerArgs
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.AccessAnalyzer
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyzerArgs : ResourceArgs
Constructors
View SourceAnalyzerArgs()
Declaration
public AnalyzerArgs()
Properties
View SourceAnalyzerName
Name of the Analyzer.
Declaration
public Input<string> AnalyzerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Type
Type of Analyzer. Valid value is currently only ACCOUNT. Defaults to ACCOUNT.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |