We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
Resource Type definition for AWS::CertificateManager::AcmeExternalAccountBinding
Create AcmeExternalAccountBinding Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AcmeExternalAccountBinding(name: string, args: AcmeExternalAccountBindingArgs, opts?: CustomResourceOptions);@overload
def AcmeExternalAccountBinding(resource_name: str,
args: AcmeExternalAccountBindingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AcmeExternalAccountBinding(resource_name: str,
opts: Optional[ResourceOptions] = None,
acme_endpoint_arn: Optional[str] = None,
role_arn: Optional[str] = None,
expiration: Optional[AcmeExternalAccountBindingExpirationArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewAcmeExternalAccountBinding(ctx *Context, name string, args AcmeExternalAccountBindingArgs, opts ...ResourceOption) (*AcmeExternalAccountBinding, error)public AcmeExternalAccountBinding(string name, AcmeExternalAccountBindingArgs args, CustomResourceOptions? opts = null)
public AcmeExternalAccountBinding(String name, AcmeExternalAccountBindingArgs args)
public AcmeExternalAccountBinding(String name, AcmeExternalAccountBindingArgs args, CustomResourceOptions options)
type: aws-native:certificatemanager:AcmeExternalAccountBinding
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_certificatemanager_acme_external_account_binding" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args AcmeExternalAccountBindingArgs
- 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 AcmeExternalAccountBindingArgs
- 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 AcmeExternalAccountBindingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AcmeExternalAccountBindingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AcmeExternalAccountBindingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AcmeExternalAccountBinding 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 AcmeExternalAccountBinding resource accepts the following input properties:
- Acme
Endpoint stringArn - The ARN of the ACME endpoint this binding is associated with.
- Role
Arn string - The IAM role ARN for cross-account access.
- Expiration
Pulumi.
Aws Native. Certificate Manager. Inputs. Acme External Account Binding Expiration -
List<Pulumi.
Aws Native. Inputs. Tag> - Tags associated with the external account binding.
- Acme
Endpoint stringArn - The ARN of the ACME endpoint this binding is associated with.
- Role
Arn string - The IAM role ARN for cross-account access.
- Expiration
Acme
External Account Binding Expiration Args -
Tag
Args - Tags associated with the external account binding.
- acme_
endpoint_ stringarn - The ARN of the ACME endpoint this binding is associated with.
- role_
arn string - The IAM role ARN for cross-account access.
- expiration object
- list(object)
- Tags associated with the external account binding.
- acme
Endpoint StringArn - The ARN of the ACME endpoint this binding is associated with.
- role
Arn String - The IAM role ARN for cross-account access.
- expiration
Acme
External Account Binding Expiration - List<Tag>
- Tags associated with the external account binding.
- acme
Endpoint stringArn - The ARN of the ACME endpoint this binding is associated with.
- role
Arn string - The IAM role ARN for cross-account access.
- expiration
Acme
External Account Binding Expiration - Tag[]
- Tags associated with the external account binding.
- acme_
endpoint_ strarn - The ARN of the ACME endpoint this binding is associated with.
- role_
arn str - The IAM role ARN for cross-account access.
- expiration
Acme
External Account Binding Expiration Args -
Sequence[Tag
Args] - Tags associated with the external account binding.
- acme
Endpoint StringArn - The ARN of the ACME endpoint this binding is associated with.
- role
Arn String - The IAM role ARN for cross-account access.
- expiration Property Map
- List<Property Map>
- Tags associated with the external account binding.
Outputs
All input properties are implicitly available as output properties. Additionally, the AcmeExternalAccountBinding resource produces the following output properties:
- Acme
External stringAccount Binding Arn - The Amazon Resource Name (ARN) of the external account binding.
- Id string
- The provider-assigned unique ID for this managed resource.
- Acme
External stringAccount Binding Arn - The Amazon Resource Name (ARN) of the external account binding.
- Id string
- The provider-assigned unique ID for this managed resource.
- acme_
external_ stringaccount_ binding_ arn - The Amazon Resource Name (ARN) of the external account binding.
- id string
- The provider-assigned unique ID for this managed resource.
- acme
External StringAccount Binding Arn - The Amazon Resource Name (ARN) of the external account binding.
- id String
- The provider-assigned unique ID for this managed resource.
- acme
External stringAccount Binding Arn - The Amazon Resource Name (ARN) of the external account binding.
- id string
- The provider-assigned unique ID for this managed resource.
- acme_
external_ straccount_ binding_ arn - The Amazon Resource Name (ARN) of the external account binding.
- id str
- The provider-assigned unique ID for this managed resource.
- acme
External StringAccount Binding Arn - The Amazon Resource Name (ARN) of the external account binding.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
AcmeExternalAccountBindingExpiration, AcmeExternalAccountBindingExpirationArgs
The expiration configuration for the external account binding.Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi