1. Packages
  2. AWS Native
  3. API Docs
  4. guardduty
  5. MalwareProtectionPlan

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.guardduty.MalwareProtectionPlan

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource Type definition for AWS::GuardDuty::MalwareProtectionPlan

    Create MalwareProtectionPlan Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MalwareProtectionPlan(name: string, args: MalwareProtectionPlanArgs, opts?: CustomResourceOptions);
    @overload
    def MalwareProtectionPlan(resource_name: str,
                              args: MalwareProtectionPlanArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def MalwareProtectionPlan(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              protected_resource: Optional[MalwareProtectionPlanCfnProtectedResourceArgs] = None,
                              role: Optional[str] = None,
                              actions: Optional[MalwareProtectionPlanCfnActionsArgs] = None,
                              tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewMalwareProtectionPlan(ctx *Context, name string, args MalwareProtectionPlanArgs, opts ...ResourceOption) (*MalwareProtectionPlan, error)
    public MalwareProtectionPlan(string name, MalwareProtectionPlanArgs args, CustomResourceOptions? opts = null)
    public MalwareProtectionPlan(String name, MalwareProtectionPlanArgs args)
    public MalwareProtectionPlan(String name, MalwareProtectionPlanArgs args, CustomResourceOptions options)
    
    type: aws-native:guardduty:MalwareProtectionPlan
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args MalwareProtectionPlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MalwareProtectionPlanArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MalwareProtectionPlanArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MalwareProtectionPlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MalwareProtectionPlanArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    MalwareProtectionPlan Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The MalwareProtectionPlan resource accepts the following input properties:

    ProtectedResource Pulumi.AwsNative.GuardDuty.Inputs.MalwareProtectionPlanCfnProtectedResource
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    Role string
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    Actions Pulumi.AwsNative.GuardDuty.Inputs.MalwareProtectionPlanCfnActions
    Specifies the action that is to be applied to the Malware Protection plan resource.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.
    ProtectedResource MalwareProtectionPlanCfnProtectedResourceArgs
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    Role string
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    Actions MalwareProtectionPlanCfnActionsArgs
    Specifies the action that is to be applied to the Malware Protection plan resource.
    Tags TagArgs
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.
    protectedResource MalwareProtectionPlanCfnProtectedResource
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    role String
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    actions MalwareProtectionPlanCfnActions
    Specifies the action that is to be applied to the Malware Protection plan resource.
    tags List<Tag>
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.
    protectedResource MalwareProtectionPlanCfnProtectedResource
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    role string
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    actions MalwareProtectionPlanCfnActions
    Specifies the action that is to be applied to the Malware Protection plan resource.
    tags Tag[]
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.
    protected_resource MalwareProtectionPlanCfnProtectedResourceArgs
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    role str
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    actions MalwareProtectionPlanCfnActionsArgs
    Specifies the action that is to be applied to the Malware Protection plan resource.
    tags Sequence[TagArgs]
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.
    protectedResource Property Map
    Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
    role String
    IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
    actions Property Map
    Specifies the action that is to be applied to the Malware Protection plan resource.
    tags List<Property Map>
    The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MalwareProtectionPlan resource produces the following output properties:

    Arn string
    Amazon Resource Name (ARN) of the protected resource.
    CreatedAt string
    The timestamp when the Malware Protection plan resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    MalwareProtectionPlanId string
    A unique identifier associated with Malware Protection plan resource.
    Status string
    Status of the Malware Protection plan resource.
    StatusReasons List<Pulumi.AwsNative.GuardDuty.Outputs.MalwareProtectionPlanCfnStatusReasons>
    Status details associated with the Malware Protection plan resource status.
    Arn string
    Amazon Resource Name (ARN) of the protected resource.
    CreatedAt string
    The timestamp when the Malware Protection plan resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    MalwareProtectionPlanId string
    A unique identifier associated with Malware Protection plan resource.
    Status string
    Status of the Malware Protection plan resource.
    StatusReasons []MalwareProtectionPlanCfnStatusReasons
    Status details associated with the Malware Protection plan resource status.
    arn String
    Amazon Resource Name (ARN) of the protected resource.
    createdAt String
    The timestamp when the Malware Protection plan resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    malwareProtectionPlanId String
    A unique identifier associated with Malware Protection plan resource.
    status String
    Status of the Malware Protection plan resource.
    statusReasons List<MalwareProtectionPlanCfnStatusReasons>
    Status details associated with the Malware Protection plan resource status.
    arn string
    Amazon Resource Name (ARN) of the protected resource.
    createdAt string
    The timestamp when the Malware Protection plan resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    malwareProtectionPlanId string
    A unique identifier associated with Malware Protection plan resource.
    status string
    Status of the Malware Protection plan resource.
    statusReasons MalwareProtectionPlanCfnStatusReasons[]
    Status details associated with the Malware Protection plan resource status.
    arn str
    Amazon Resource Name (ARN) of the protected resource.
    created_at str
    The timestamp when the Malware Protection plan resource was created.
    id str
    The provider-assigned unique ID for this managed resource.
    malware_protection_plan_id str
    A unique identifier associated with Malware Protection plan resource.
    status str
    Status of the Malware Protection plan resource.
    status_reasons Sequence[MalwareProtectionPlanCfnStatusReasons]
    Status details associated with the Malware Protection plan resource status.
    arn String
    Amazon Resource Name (ARN) of the protected resource.
    createdAt String
    The timestamp when the Malware Protection plan resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    malwareProtectionPlanId String
    A unique identifier associated with Malware Protection plan resource.
    status String
    Status of the Malware Protection plan resource.
    statusReasons List<Property Map>
    Status details associated with the Malware Protection plan resource status.

    Supporting Types

    MalwareProtectionPlanCfnActions, MalwareProtectionPlanCfnActionsArgs

    Tagging Pulumi.AwsNative.GuardDuty.Inputs.MalwareProtectionPlanCfnTagging
    Contains information about tagging status of the Malware Protection plan resource.
    Tagging MalwareProtectionPlanCfnTagging
    Contains information about tagging status of the Malware Protection plan resource.
    tagging MalwareProtectionPlanCfnTagging
    Contains information about tagging status of the Malware Protection plan resource.
    tagging MalwareProtectionPlanCfnTagging
    Contains information about tagging status of the Malware Protection plan resource.
    tagging MalwareProtectionPlanCfnTagging
    Contains information about tagging status of the Malware Protection plan resource.
    tagging Property Map
    Contains information about tagging status of the Malware Protection plan resource.

    MalwareProtectionPlanCfnProtectedResource, MalwareProtectionPlanCfnProtectedResourceArgs

    S3Bucket MalwareProtectionPlanCfnProtectedResourceS3BucketProperties
    Information about the protected S3 bucket resource.
    s3Bucket MalwareProtectionPlanCfnProtectedResourceS3BucketProperties
    Information about the protected S3 bucket resource.
    s3Bucket MalwareProtectionPlanCfnProtectedResourceS3BucketProperties
    Information about the protected S3 bucket resource.
    s3_bucket MalwareProtectionPlanCfnProtectedResourceS3BucketProperties
    Information about the protected S3 bucket resource.
    s3Bucket Property Map
    Information about the protected S3 bucket resource.

    MalwareProtectionPlanCfnProtectedResourceS3BucketProperties, MalwareProtectionPlanCfnProtectedResourceS3BucketPropertiesArgs

    BucketName string
    Name of the S3 bucket.
    ObjectPrefixes List<string>
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
    BucketName string
    Name of the S3 bucket.
    ObjectPrefixes []string
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
    bucketName String
    Name of the S3 bucket.
    objectPrefixes List<String>
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
    bucketName string
    Name of the S3 bucket.
    objectPrefixes string[]
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
    bucket_name str
    Name of the S3 bucket.
    object_prefixes Sequence[str]
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
    bucketName String
    Name of the S3 bucket.
    objectPrefixes List<String>
    Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.

    MalwareProtectionPlanCfnStatusReasons, MalwareProtectionPlanCfnStatusReasonsArgs

    Code string
    The status code of the Malware Protection plan.
    Message string
    Issue message that specifies the reason.
    Code string
    The status code of the Malware Protection plan.
    Message string
    Issue message that specifies the reason.
    code String
    The status code of the Malware Protection plan.
    message String
    Issue message that specifies the reason.
    code string
    The status code of the Malware Protection plan.
    message string
    Issue message that specifies the reason.
    code str
    The status code of the Malware Protection plan.
    message str
    Issue message that specifies the reason.
    code String
    The status code of the Malware Protection plan.
    message String
    Issue message that specifies the reason.

    MalwareProtectionPlanCfnTagging, MalwareProtectionPlanCfnTaggingArgs

    Status string
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
    Status string
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
    status String
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
    status string
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
    status str
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
    status String
    Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi