Show / Hide Table of Contents

Class GetDetectorResult

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

Fields

View Source

FindingPublishingFrequency

The frequency of notifications sent about subsequent finding occurrences.

Declaration
public readonly string FindingPublishingFrequency
Field Value
Type Description
System.String
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ServiceRoleArn

The service-linked role that grants GuardDuty access to the resources in the AWS account.

Declaration
public readonly string ServiceRoleArn
Field Value
Type Description
System.String
View Source

Status

The current status of the detector.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.