1. Packages
  2. AWS Native
  3. API Docs
  4. acmpca
  5. Permission

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.acmpca.Permission

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Permission set on private certificate authority

    Create Permission Resource

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

    Constructor syntax

    new Permission(name: string, args: PermissionArgs, opts?: CustomResourceOptions);
    @overload
    def Permission(resource_name: str,
                   args: PermissionArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def Permission(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   actions: Optional[Sequence[str]] = None,
                   certificate_authority_arn: Optional[str] = None,
                   principal: Optional[str] = None,
                   source_account: Optional[str] = None)
    func NewPermission(ctx *Context, name string, args PermissionArgs, opts ...ResourceOption) (*Permission, error)
    public Permission(string name, PermissionArgs args, CustomResourceOptions? opts = null)
    public Permission(String name, PermissionArgs args)
    public Permission(String name, PermissionArgs args, CustomResourceOptions options)
    
    type: aws-native:acmpca:Permission
    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 PermissionArgs
    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 PermissionArgs
    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 PermissionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PermissionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PermissionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Permission 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 Permission resource accepts the following input properties:

    Actions List<string>
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    CertificateAuthorityArn string
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    Principal string
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    SourceAccount string
    The ID of the calling account.
    Actions []string
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    CertificateAuthorityArn string
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    Principal string
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    SourceAccount string
    The ID of the calling account.
    actions List<String>
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    certificateAuthorityArn String
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    principal String
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    sourceAccount String
    The ID of the calling account.
    actions string[]
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    certificateAuthorityArn string
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    principal string
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    sourceAccount string
    The ID of the calling account.
    actions Sequence[str]
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    certificate_authority_arn str
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    principal str
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    source_account str
    The ID of the calling account.
    actions List<String>
    The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.
    certificateAuthorityArn String
    The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.
    principal String
    The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.
    sourceAccount String
    The ID of the calling account.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    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.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi