Class ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs
Inheritance
System.Object
ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs()
Declaration
public ClusterRkeConfigServicesKubeApiAuditLogConfigurationArgs()
Properties
View SourceFormat
Audit log format. Default: 'json' (string)
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxAge
Audit log max age. Default: 30 (int)
Declaration
public Input<int> MaxAge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxBackup
Audit log max backup. Default: 10 (int)
Declaration
public Input<int> MaxBackup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxSize
Audit log max size. Default: 100 (int)
Declaration
public Input<int> MaxSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Path
(Optional) Audit log path. Default: /var/log/kube-audit/audit-log.json (string)
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
Audit policy yaml encoded definition. apiVersion and kind: Policy\nrules:" fields are required in the yaml. Ex. "apiVersion: audit.k8s.io/v1\nkind: Policy\nrules:\n- level: RequestResponse\n resources:\n - resources:\n - pods\n" More info (string)
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |