Struct cfn::aws::guardduty::ThreatIntelSetProperties [] [src]

pub struct ThreatIntelSetProperties {
    pub activate: Value<bool>,
    pub detector_id: Value<String>,
    pub format: Value<String>,
    pub location: Value<String>,
    pub name: Option<Value<String>>,
}

Properties for the ThreatIntelSet resource.

Fields

Property Activate.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property DetectorId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Format.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Location.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Name.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for ThreatIntelSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ThreatIntelSetProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for ThreatIntelSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ThreatIntelSetProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ThreatIntelSetProperties> for ThreatIntelSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations