1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. securityagent
  6. SecurityRequirementPack

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource Type definition for AWS::SecurityAgent::SecurityRequirementPack

    Create SecurityRequirementPack Resource

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

    Constructor syntax

    new SecurityRequirementPack(name: string, args?: SecurityRequirementPackArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityRequirementPack(resource_name: str,
                                args: Optional[SecurityRequirementPackArgs] = None,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityRequirementPack(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                description: Optional[str] = None,
                                kms_key_id: Optional[str] = None,
                                name: Optional[str] = None,
                                security_requirements: Optional[Sequence[SecurityRequirementPackSecurityRequirementArgs]] = None,
                                status: Optional[SecurityRequirementPackStatus] = None,
                                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewSecurityRequirementPack(ctx *Context, name string, args *SecurityRequirementPackArgs, opts ...ResourceOption) (*SecurityRequirementPack, error)
    public SecurityRequirementPack(string name, SecurityRequirementPackArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityRequirementPack(String name, SecurityRequirementPackArgs args)
    public SecurityRequirementPack(String name, SecurityRequirementPackArgs args, CustomResourceOptions options)
    
    type: aws-native:securityagent:SecurityRequirementPack
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_securityagent_security_requirement_pack" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args SecurityRequirementPackArgs
    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 SecurityRequirementPackArgs
    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 SecurityRequirementPackArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityRequirementPackArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityRequirementPackArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SecurityRequirementPack Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SecurityRequirementPack resource accepts the following input properties:

    Description string
    Description of the pack
    KmsKeyId string
    KMS key for client-side encryption of pack contents
    Name string
    Name of the security requirement pack
    SecurityRequirements List<Pulumi.AwsNative.SecurityAgent.Inputs.SecurityRequirementPackSecurityRequirement>
    Security requirements within this pack
    Status Pulumi.AwsNative.SecurityAgent.SecurityRequirementPackStatus
    Whether the pack is enabled or disabled
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for the security requirement pack
    Description string
    Description of the pack
    KmsKeyId string
    KMS key for client-side encryption of pack contents
    Name string
    Name of the security requirement pack
    SecurityRequirements []SecurityRequirementPackSecurityRequirementArgs
    Security requirements within this pack
    Status SecurityRequirementPackStatus
    Whether the pack is enabled or disabled
    Tags TagArgs
    Tags for the security requirement pack
    description string
    Description of the pack
    kms_key_id string
    KMS key for client-side encryption of pack contents
    name string
    Name of the security requirement pack
    security_requirements list(object)
    Security requirements within this pack
    status "ENABLED" | "DISABLED"
    Whether the pack is enabled or disabled
    tags list(object)
    Tags for the security requirement pack
    description String
    Description of the pack
    kmsKeyId String
    KMS key for client-side encryption of pack contents
    name String
    Name of the security requirement pack
    securityRequirements List<SecurityRequirementPackSecurityRequirement>
    Security requirements within this pack
    status SecurityRequirementPackStatus
    Whether the pack is enabled or disabled
    tags List<Tag>
    Tags for the security requirement pack
    description string
    Description of the pack
    kmsKeyId string
    KMS key for client-side encryption of pack contents
    name string
    Name of the security requirement pack
    securityRequirements SecurityRequirementPackSecurityRequirement[]
    Security requirements within this pack
    status SecurityRequirementPackStatus
    Whether the pack is enabled or disabled
    tags Tag[]
    Tags for the security requirement pack
    description str
    Description of the pack
    kms_key_id str
    KMS key for client-side encryption of pack contents
    name str
    Name of the security requirement pack
    security_requirements Sequence[SecurityRequirementPackSecurityRequirementArgs]
    Security requirements within this pack
    status SecurityRequirementPackStatus
    Whether the pack is enabled or disabled
    tags Sequence[TagArgs]
    Tags for the security requirement pack
    description String
    Description of the pack
    kmsKeyId String
    KMS key for client-side encryption of pack contents
    name String
    Name of the security requirement pack
    securityRequirements List<Property Map>
    Security requirements within this pack
    status "ENABLED" | "DISABLED"
    Whether the pack is enabled or disabled
    tags List<Property Map>
    Tags for the security requirement pack

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    PackId string
    Unique identifier of the security requirement pack
    Id string
    The provider-assigned unique ID for this managed resource.
    PackId string
    Unique identifier of the security requirement pack
    id string
    The provider-assigned unique ID for this managed resource.
    pack_id string
    Unique identifier of the security requirement pack
    id String
    The provider-assigned unique ID for this managed resource.
    packId String
    Unique identifier of the security requirement pack
    id string
    The provider-assigned unique ID for this managed resource.
    packId string
    Unique identifier of the security requirement pack
    id str
    The provider-assigned unique ID for this managed resource.
    pack_id str
    Unique identifier of the security requirement pack
    id String
    The provider-assigned unique ID for this managed resource.
    packId String
    Unique identifier of the security requirement pack

    Supporting Types

    SecurityRequirementPackSecurityRequirement, SecurityRequirementPackSecurityRequirementArgs

    Description string
    Description of the security requirement
    Domain string
    Security domain this requirement belongs to
    Evaluation string
    How to evaluate compliance with this requirement
    Name string
    Name of the security requirement
    Remediation string
    How to remediate non-compliance
    Description string
    Description of the security requirement
    Domain string
    Security domain this requirement belongs to
    Evaluation string
    How to evaluate compliance with this requirement
    Name string
    Name of the security requirement
    Remediation string
    How to remediate non-compliance
    description string
    Description of the security requirement
    domain string
    Security domain this requirement belongs to
    evaluation string
    How to evaluate compliance with this requirement
    name string
    Name of the security requirement
    remediation string
    How to remediate non-compliance
    description String
    Description of the security requirement
    domain String
    Security domain this requirement belongs to
    evaluation String
    How to evaluate compliance with this requirement
    name String
    Name of the security requirement
    remediation String
    How to remediate non-compliance
    description string
    Description of the security requirement
    domain string
    Security domain this requirement belongs to
    evaluation string
    How to evaluate compliance with this requirement
    name string
    Name of the security requirement
    remediation string
    How to remediate non-compliance
    description str
    Description of the security requirement
    domain str
    Security domain this requirement belongs to
    evaluation str
    How to evaluate compliance with this requirement
    name str
    Name of the security requirement
    remediation str
    How to remediate non-compliance
    description String
    Description of the security requirement
    domain String
    Security domain this requirement belongs to
    evaluation String
    How to evaluate compliance with this requirement
    name String
    Name of the security requirement
    remediation String
    How to remediate non-compliance

    SecurityRequirementPackStatus, SecurityRequirementPackStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    SecurityRequirementPackStatusEnabled
    ENABLED
    SecurityRequirementPackStatusDisabled
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    Tag, TagArgs

    A set of tags to apply to the resource.
    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 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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial