aws::acmpca-certificate-authority¶
Creates a ACM PCA Certificate Authority.
Example¶
aws::acmpca-certificate-authority certificate-authority-example
type: "ROOT"
configuration
key-algorithm: "RSA_2048"
signing-algorithm: "SHA256WITHRSA"
subject
country: "US"
organization: "Gyro LLC"
organizational-unit: "Dev"
state: "Virginia"
common-name: "VA R2"
locality: "Reston"
end
end
permission
actions: [
"IssueCertificate",
"GetCertificate",
"ListPermissions"
]
principal: "acm.amazonaws.com"
end
tags: {
Name: "certificate-authority-example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| configuration subresource | The configuration setting for the Certificate Authority. (Required)
|
| type | The type of Certificate Authority. Valid values are ROOT or SUBORDINATE. (Required) |
| revocation-configuration subresource | The revocation configuration for the Certificate Authority.
|
| tags map | Tags for the Certificate Authority. |
| permission subresource | The permission setting for the Certificate Authority.
|
| enabled | Enable or Disable the Certificate Authority. Defaults to enabled. |
Outputs¶
| Attribute | Description |
|---|---|
| arn | The ARN for the Certificate Authority. |
| serial | The Serial for the Certificate Authority. |
| failure-reason | The failure reason for the Certificate Authority. |
| created-at | Creation time for the Certificate Authority. |
| last-state-change-at | Last update time for the Certificate Authority. |
| not-after | Date and time after which the Certificate Authority is not valid. |
| not-before | Date and time before which the Certificate Authority is not valid. |
| status | The status of the Certificate Authority. |