aws-native.acmpca.Permission
Permission set on private certificate authority
Create Permission Resource
new Permission(name: string, args: PermissionArgs, opts?: CustomResourceOptions);
@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)
@overload
def Permission(resource_name: str,
args: PermissionArgs,
opts: Optional[ResourceOptions] = 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.
- 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.
- 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.
- Source
Account 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.
- 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.
- Source
Account 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.
- 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.
- source
Account 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.
- 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.
- source
Account 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.
- 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.
- 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.
- source
Account 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