We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for EKS CertificateAuthority.
Create CertificateAuthority Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CertificateAuthority(name: string, args: CertificateAuthorityArgs, opts?: CustomResourceOptions);@overload
def CertificateAuthority(resource_name: str,
args: CertificateAuthorityArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CertificateAuthority(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None)func NewCertificateAuthority(ctx *Context, name string, args CertificateAuthorityArgs, opts ...ResourceOption) (*CertificateAuthority, error)public CertificateAuthority(string name, CertificateAuthorityArgs args, CustomResourceOptions? opts = null)
public CertificateAuthority(String name, CertificateAuthorityArgs args)
public CertificateAuthority(String name, CertificateAuthorityArgs args, CustomResourceOptions options)
type: aws-native:eks:CertificateAuthority
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_eks_certificate_authority" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CertificateAuthorityArgs
- 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 CertificateAuthorityArgs
- 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 CertificateAuthorityArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CertificateAuthorityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CertificateAuthorityArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CertificateAuthority 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 CertificateAuthority resource accepts the following input properties:
- Cluster
Name string - The name of the EKS cluster that the certificate authority belongs to.
- Cluster
Name string - The name of the EKS cluster that the certificate authority belongs to.
- cluster_
name string - The name of the EKS cluster that the certificate authority belongs to.
- cluster
Name String - The name of the EKS cluster that the certificate authority belongs to.
- cluster
Name string - The name of the EKS cluster that the certificate authority belongs to.
- cluster_
name str - The name of the EKS cluster that the certificate authority belongs to.
- cluster
Name String - The name of the EKS cluster that the certificate authority belongs to.
Outputs
All input properties are implicitly available as output properties. Additionally, the CertificateAuthority resource produces the following output properties:
- Activated
At string - The timestamp when the certificate authority was activated.
- Activated
By string - The entity that activated the certificate authority.
- Aws
Id string - The unique identifier of the certificate authority.
- Created
At string - The timestamp when the certificate authority was created.
- Created
By string - The entity that created the certificate authority.
- Data string
- The Base64 encoded certificate authority data.
- Distribution
Status string - The distribution status of the certificate authority.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rollback
Available bool - Whether activation of this certificate authority can still be rolled back.
- Scheduled
Events Pulumi.Aws Native. Eks. Outputs. Certificate Authority Scheduled Events - The scheduled auto-activation events for the certificate authority.
- Signing
Status string - The signing status of the certificate authority.
- Validity
Pulumi.
Aws Native. Eks. Outputs. Certificate Authority Validity - The validity period of the certificate authority.
- Activated
At string - The timestamp when the certificate authority was activated.
- Activated
By string - The entity that activated the certificate authority.
- Aws
Id string - The unique identifier of the certificate authority.
- Created
At string - The timestamp when the certificate authority was created.
- Created
By string - The entity that created the certificate authority.
- Data string
- The Base64 encoded certificate authority data.
- Distribution
Status string - The distribution status of the certificate authority.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rollback
Available bool - Whether activation of this certificate authority can still be rolled back.
- Scheduled
Events CertificateAuthority Scheduled Events - The scheduled auto-activation events for the certificate authority.
- Signing
Status string - The signing status of the certificate authority.
- Validity
Certificate
Authority Validity - The validity period of the certificate authority.
- activated_
at string - The timestamp when the certificate authority was activated.
- activated_
by string - The entity that activated the certificate authority.
- aws_
id string - The unique identifier of the certificate authority.
- created_
at string - The timestamp when the certificate authority was created.
- created_
by string - The entity that created the certificate authority.
- data string
- The Base64 encoded certificate authority data.
- distribution_
status string - The distribution status of the certificate authority.
- id string
- The provider-assigned unique ID for this managed resource.
- rollback_
available bool - Whether activation of this certificate authority can still be rolled back.
- scheduled_
events object - The scheduled auto-activation events for the certificate authority.
- signing_
status string - The signing status of the certificate authority.
- validity object
- The validity period of the certificate authority.
- activated
At String - The timestamp when the certificate authority was activated.
- activated
By String - The entity that activated the certificate authority.
- aws
Id String - The unique identifier of the certificate authority.
- created
At String - The timestamp when the certificate authority was created.
- created
By String - The entity that created the certificate authority.
- data String
- The Base64 encoded certificate authority data.
- distribution
Status String - The distribution status of the certificate authority.
- id String
- The provider-assigned unique ID for this managed resource.
- rollback
Available Boolean - Whether activation of this certificate authority can still be rolled back.
- scheduled
Events CertificateAuthority Scheduled Events - The scheduled auto-activation events for the certificate authority.
- signing
Status String - The signing status of the certificate authority.
- validity
Certificate
Authority Validity - The validity period of the certificate authority.
- activated
At string - The timestamp when the certificate authority was activated.
- activated
By string - The entity that activated the certificate authority.
- aws
Id string - The unique identifier of the certificate authority.
- created
At string - The timestamp when the certificate authority was created.
- created
By string - The entity that created the certificate authority.
- data string
- The Base64 encoded certificate authority data.
- distribution
Status string - The distribution status of the certificate authority.
- id string
- The provider-assigned unique ID for this managed resource.
- rollback
Available boolean - Whether activation of this certificate authority can still be rolled back.
- scheduled
Events CertificateAuthority Scheduled Events - The scheduled auto-activation events for the certificate authority.
- signing
Status string - The signing status of the certificate authority.
- validity
Certificate
Authority Validity - The validity period of the certificate authority.
- activated_
at str - The timestamp when the certificate authority was activated.
- activated_
by str - The entity that activated the certificate authority.
- aws_
id str - The unique identifier of the certificate authority.
- created_
at str - The timestamp when the certificate authority was created.
- created_
by str - The entity that created the certificate authority.
- data str
- The Base64 encoded certificate authority data.
- distribution_
status str - The distribution status of the certificate authority.
- id str
- The provider-assigned unique ID for this managed resource.
- rollback_
available bool - Whether activation of this certificate authority can still be rolled back.
- scheduled_
events CertificateAuthority Scheduled Events - The scheduled auto-activation events for the certificate authority.
- signing_
status str - The signing status of the certificate authority.
- validity
Certificate
Authority Validity - The validity period of the certificate authority.
- activated
At String - The timestamp when the certificate authority was activated.
- activated
By String - The entity that activated the certificate authority.
- aws
Id String - The unique identifier of the certificate authority.
- created
At String - The timestamp when the certificate authority was created.
- created
By String - The entity that created the certificate authority.
- data String
- The Base64 encoded certificate authority data.
- distribution
Status String - The distribution status of the certificate authority.
- id String
- The provider-assigned unique ID for this managed resource.
- rollback
Available Boolean - Whether activation of this certificate authority can still be rolled back.
- scheduled
Events Property Map - The scheduled auto-activation events for the certificate authority.
- signing
Status String - The signing status of the certificate authority.
- validity Property Map
- The validity period of the certificate authority.
Supporting Types
CertificateAuthorityScheduledEvents, CertificateAuthorityScheduledEventsArgs
The scheduled auto-activation events for the certificate authority, computed from its validity window.- Final
Auto stringActivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- First
Auto stringActivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- Final
Auto stringActivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- First
Auto stringActivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- final_
auto_ stringactivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- first_
auto_ stringactivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- final
Auto StringActivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- first
Auto StringActivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- final
Auto stringActivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- first
Auto stringActivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- final_
auto_ stractivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- first_
auto_ stractivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
- final
Auto StringActivation - The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
- first
Auto StringActivation - The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
CertificateAuthorityValidity, CertificateAuthorityValidityArgs
The validity period of the certificate authority.- not_
after string - The end of the validity period for the certificate authority.
- not_
before string - The start of the validity period for the certificate authority.
- not_
after str - The end of the validity period for the certificate authority.
- not_
before str - The start of the validity period for the certificate authority.
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, Sep 14, 2026 by Pulumi