Show / Hide Table of Contents

Class ThreatIntelSetState

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

Constructors

View Source

ThreatIntelSetState()

Declaration
public ThreatIntelSetState()

Properties

View Source

Activate

Specifies whether GuardDuty is to start using the uploaded ThreatIntelSet.

Declaration
public Input<bool> Activate { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DetectorId

The detector ID of the GuardDuty.

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

Format

The format of the file that contains the ThreatIntelSet. Valid values: TXT | STIX | OTX_CSV | ALIEN_VAULT | PROOF_POINT | FIRE_EYE

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

Location

The URI of the file that contains the ThreatIntelSet.

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

Name

The friendly name to identify the ThreatIntelSet.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.