UNPKG

cdk-iam-floyd

Version:

AWS IAM policy statement generator with fluent interface for AWS CDK

402 lines (401 loc) 14 kB
import { AccessLevelList } from '../../shared/access-level'; import { PolicyStatement, Operator } from '../../shared'; import { aws_iam as iam } from "aws-cdk-lib"; /** * Statement provider for service [cloudhsm](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudhsm.html). * * @param sid [SID](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html) of the statement */ export declare class Cloudhsm extends PolicyStatement { servicePrefix: string; /** * Adds or overwrites one or more tags for the specified AWS CloudHSM resource * * Access Level: Tagging * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_AddTagsToResource.html */ toAddTagsToResource(): this; /** * Grants permission to create a copy of a backup in the specified region * * Access Level: Write * * Possible conditions: * - .ifAwsRequestTag() * - .ifAwsTagKeys() * * Dependent actions: * - cloudhsm:CopyBackupToRegion * - cloudhsm:TagResource * - cloudhsm:UntagResource * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CopyBackupToRegion.html */ toCopyBackupToRegion(): this; /** * Grants permission to create a new AWS CloudHSM cluster * * Access Level: Write * * Possible conditions: * - .ifAwsRequestTag() * - .ifAwsTagKeys() * * Dependent actions: * - cloudhsm:TagResource * - ec2:AuthorizeSecurityGroupEgress * - ec2:AuthorizeSecurityGroupIngress * - ec2:CreateSecurityGroup * - ec2:DescribeSecurityGroups * - ec2:DescribeSubnets * - ec2:RevokeSecurityGroupEgress * - iam:CreateServiceLinkedRole * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateCluster.html */ toCreateCluster(): this; /** * Creates a high-availability partition group * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_CreateHapg.html */ toCreateHapg(): this; /** * Grants permission to create a new hardware security module (HSM) in the specified AWS CloudHSM cluster * * Access Level: Write * * Dependent actions: * - ec2:AuthorizeSecurityGroupEgress * - ec2:AuthorizeSecurityGroupIngress * - ec2:CreateNetworkInterface * - ec2:CreateSecurityGroup * - ec2:DeleteNetworkInterface * - ec2:DescribeNetworkInterfaces * - ec2:DescribeSecurityGroups * - ec2:DescribeSubnets * - ec2:RevokeSecurityGroupEgress * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateHsm.html */ toCreateHsm(): this; /** * Creates an HSM client * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_CreateLunaClient.html */ toCreateLunaClient(): this; /** * Grants permission to delete the specified CloudHSM backup * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteBackup.html */ toDeleteBackup(): this; /** * Grants permission to delete the specified AWS CloudHSM cluster * * Access Level: Write * * Dependent actions: * - ec2:DeleteNetworkInterface * - ec2:DeleteSecurityGroup * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteCluster.html */ toDeleteCluster(): this; /** * Deletes a high-availability partition group * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_DeleteHapg.html */ toDeleteHapg(): this; /** * Grants permission to delete the specified HSM * * Access Level: Write * * Dependent actions: * - ec2:DeleteNetworkInterface * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteHsm.html */ toDeleteHsm(): this; /** * Deletes a client * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_DeleteLunaClient.html */ toDeleteLunaClient(): this; /** * Grants permission to get information about backups of AWS CloudHSM clusters * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeBackups.html */ toDescribeBackups(): this; /** * Grants permission to get information about AWS CloudHSM clusters * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeClusters.html */ toDescribeClusters(): this; /** * Retrieves information about a high-availability partition group * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_DescribeHapg.html */ toDescribeHapg(): this; /** * Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_DescribeHsm.html */ toDescribeHsm(): this; /** * Retrieves information about an HSM client * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_DescribeLunaClient.html */ toDescribeLunaClient(): this; /** * Gets the configuration files necessary to connect to all high availability partition groups the client is associated with * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_GetConfig.html */ toGetConfig(): this; /** * Grants permission to claim an AWS CloudHSM cluster * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_InitializeCluster.html */ toInitializeCluster(): this; /** * Lists the Availability Zones that have available AWS CloudHSM capacity * * Access Level: List * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ListAvailableZones.html */ toListAvailableZones(): this; /** * Lists the high-availability partition groups for the account * * Access Level: List * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ListHapgs.html */ toListHapgs(): this; /** * Retrieves the identifiers of all of the HSMs provisioned for the current customer * * Access Level: List * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ListHsms.html */ toListHsms(): this; /** * Lists all of the clients * * Access Level: List * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ListLunaClients.html */ toListLunaClients(): this; /** * Grants permission to get a list of tags for the specified AWS CloudHSM cluster * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ListTags.html */ toListTags(): this; /** * Returns a list of all tags for the specified AWS CloudHSM resource * * Access Level: Read * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ListTagsForResource.html */ toListTagsForResource(): this; /** * Grants permission to modify attributes for an AWS CloudHSM backup * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ModifyBackupAttributes.html */ toModifyBackupAttributes(): this; /** * Grants permission to modify AWS CloudHSM cluster * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ModifyCluster.html */ toModifyCluster(): this; /** * Modifies an existing high-availability partition group * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ModifyHapg.html */ toModifyHapg(): this; /** * Modifies an HSM * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ModifyHsm.html */ toModifyHsm(): this; /** * Modifies the certificate used by the client * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_ModifyLunaClient.html */ toModifyLunaClient(): this; /** * Removes one or more tags from the specified AWS CloudHSM resource * * Access Level: Tagging * * https://docs.aws.amazon.com/cloudhsm/classic/APIReference/API_RemoveTagsFromResource.html */ toRemoveTagsFromResource(): this; /** * Grants permission to restore the specified CloudHSM backup * * Access Level: Write * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_RestoreBackup.html */ toRestoreBackup(): this; /** * Grants permission to add or overwrite one or more tags for the specified AWS CloudHSM cluster * * Access Level: Tagging * * Possible conditions: * - .ifAwsRequestTag() * - .ifAwsTagKeys() * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_TagResource.html */ toTagResource(): this; /** * Grants permission to remove the specified tag or tags from the specified AWS CloudHSM cluster * * Access Level: Tagging * * Possible conditions: * - .ifAwsTagKeys() * * https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_UntagResource.html */ toUntagResource(): this; protected accessLevelList: AccessLevelList; /** * Adds a resource of type backup to the statement * * https://docs.aws.amazon.com/cloudhsm/latest/userguide/backups.html * * @param cloudHsmBackupInstanceName - Identifier for the cloudHsmBackupInstanceName. * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account. * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region. * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition. * * Possible conditions: * - .ifAwsResourceTag() */ onBackup(cloudHsmBackupInstanceName: string, account?: string, region?: string, partition?: string): this; /** * Adds a resource of type cluster to the statement * * https://docs.aws.amazon.com/cloudhsm/latest/userguide/clusters.html * * @param cloudHsmClusterInstanceName - Identifier for the cloudHsmClusterInstanceName. * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account. * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region. * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition. * * Possible conditions: * - .ifAwsResourceTag() */ onCluster(cloudHsmClusterInstanceName: string, account?: string, region?: string, partition?: string): this; /** * Filters access by the presence of tag key-value pairs in the request * * https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag * * Applies to actions: * - .toCopyBackupToRegion() * - .toCreateCluster() * - .toTagResource() * * @param tagKey The tag key to check * @param value The value(s) to check * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike` */ ifAwsRequestTag(tagKey: string, value: string | string[], operator?: Operator | string): this; /** * Filters access by tag key-value pairs attached to the resource * * https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag * * Applies to resource types: * - backup * - cluster * * @param tagKey The tag key to check * @param value The value(s) to check * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike` */ ifAwsResourceTag(tagKey: string, value: string | string[], operator?: Operator | string): this; /** * Filters access by the presence of tag keys in the request * * https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys * * Applies to actions: * - .toCopyBackupToRegion() * - .toCreateCluster() * - .toTagResource() * - .toUntagResource() * * @param value The value(s) to check * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike` */ ifAwsTagKeys(value: string | string[], operator?: Operator | string): this; /** * Statement provider for service [cloudhsm](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudhsm.html). * */ constructor(props?: iam.PolicyStatementProps); }