{"kind":"CustomResourceDefinition","apiVersion":"apiextensions.k8s.io/v1","metadata":{"name":"certificates.acm.aws.upbound.io","creationTimestamp":null,"annotations":{"controller-gen.kubebuilder.io/version":"v0.8.0"}},"spec":{"group":"acm.aws.upbound.io","names":{"plural":"certificates","singular":"certificate","kind":"Certificate","listKind":"CertificateList","categories":["crossplane","managed","aws"]},"scope":"Cluster","versions":[{"name":"v1beta1","served":true,"storage":true,"schema":{"openAPIV3Schema":{"description":"Certificate is the Schema for the Certificates API. Requests and manages a certificate from Amazon Certificate Manager (ACM).","type":"object","required":["spec"],"properties":{"apiVersion":{"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources","type":"string"},"kind":{"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"metadata":{"type":"object"},"spec":{"description":"CertificateSpec defines the desired state of Certificate","type":"object","required":["forProvider"],"properties":{"deletionPolicy":{"description":"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource.","type":"string","default":"Delete","enum":["Orphan","Delete"]},"forProvider":{"type":"object","required":["region"],"properties":{"certificateAuthorityArn":{"description":"ARN of an ACM PCA","type":"string"},"certificateBody":{"description":"The certificate's PEM-formatted public key","type":"string"},"certificateChain":{"description":"The certificate's PEM-formatted chain","type":"string"},"domainName":{"type":"string"},"options":{"description":"Configuration block used to set certificate options. Detailed below.","type":"array","items":{"type":"object","properties":{"certificateTransparencyLoggingPreference":{"description":"Specifies whether certificate details should be added to a certificate transparency log. Valid values are ENABLED or DISABLED. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details.","type":"string"}}}},"privateKeySecretRef":{"description":"The certificate's PEM-formatted private key","type":"object","required":["key","name","namespace"],"properties":{"key":{"description":"The key to select.","type":"string"},"name":{"description":"Name of the secret.","type":"string"},"namespace":{"description":"Namespace of the secret.","type":"string"}}},"region":{"description":"Region is the region you'd like your resource to be created in.","type":"string"},"subjectAlternativeNames":{"description":"Set of domains that should be SANs in the issued certificate.","type":"array","items":{"type":"string"}},"tags":{"description":"A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.","type":"object","additionalProperties":{"type":"string"}},"validationMethod":{"description":"Which method to use for validation.","type":"string"},"validationOption":{"description":"Configuration block used to specify information about the initial validation of each domain name. Detailed below.","type":"array","items":{"type":"object","required":["domainName","validationDomain"],"properties":{"domainName":{"type":"string"},"validationDomain":{"description":"The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the domain_name value or a superdomain of the domain_name value. For example, if you request a certificate for \"testing.example.com\", you can specify \"example.com\" for this value.","type":"string"}}}}}},"providerConfigRef":{"description":"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.","type":"object","default":{"name":"default"},"required":["name"],"properties":{"name":{"description":"Name of the referenced object.","type":"string"},"policy":{"description":"Policies for referencing.","type":"object","properties":{"resolution":{"description":"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.","type":"string","default":"Required","enum":["Required","Optional"]},"resolve":{"description":"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.","type":"string","enum":["Always","IfNotPresent"]}}}}},"providerRef":{"description":"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. `providerConfigRef`","type":"object","required":["name"],"properties":{"name":{"description":"Name of the referenced object.","type":"string"},"policy":{"description":"Policies for referencing.","type":"object","properties":{"resolution":{"description":"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.","type":"string","default":"Required","enum":["Required","Optional"]},"resolve":{"description":"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.","type":"string","enum":["Always","IfNotPresent"]}}}}},"publishConnectionDetailsTo":{"description":"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.","type":"object","required":["name"],"properties":{"configRef":{"description":"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.","type":"object","default":{"name":"default"},"required":["name"],"properties":{"name":{"description":"Name of the referenced object.","type":"string"},"policy":{"description":"Policies for referencing.","type":"object","properties":{"resolution":{"description":"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.","type":"string","default":"Required","enum":["Required","Optional"]},"resolve":{"description":"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.","type":"string","enum":["Always","IfNotPresent"]}}}}},"metadata":{"description":"Metadata is the metadata for connection secret.","type":"object","properties":{"annotations":{"description":"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types.","type":"object","additionalProperties":{"type":"string"}},"labels":{"description":"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types.","type":"object","additionalProperties":{"type":"string"}},"type":{"description":"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores.","type":"string"}}},"name":{"description":"Name is the name of the connection secret.","type":"string"}}},"writeConnectionSecretToRef":{"description":"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.","type":"object","required":["name","namespace"],"properties":{"name":{"description":"Name of the secret.","type":"string"},"namespace":{"description":"Namespace of the secret.","type":"string"}}}}},"status":{"description":"CertificateStatus defines the observed state of Certificate.","type":"object","properties":{"atProvider":{"type":"object","properties":{"arn":{"description":"The ARN of the certificate","type":"string"},"domainValidationOptions":{"description":"Set of domain validation objects which can be used to complete certificate validation. Can have more than one element, e.g., if SANs are defined. Only set if DNS-validation was used.","type":"array","items":{"type":"object","properties":{"domainName":{"type":"string"},"resourceRecordName":{"description":"The name of the DNS record to create to validate the certificate","type":"string"},"resourceRecordType":{"description":"The type of DNS record to create","type":"string"},"resourceRecordValue":{"description":"The value the DNS record needs to have","type":"string"}}}},"id":{"description":"The ARN of the certificate","type":"string"},"status":{"description":"Status of the certificate.","type":"string"},"tagsAll":{"description":"A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.","type":"object","additionalProperties":{"type":"string"}},"validationEmails":{"description":"A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used.","type":"array","items":{"type":"string"}}}},"conditions":{"description":"Conditions of the resource.","type":"array","items":{"description":"A Condition that may apply to a resource.","type":"object","required":["lastTransitionTime","reason","status","type"],"properties":{"lastTransitionTime":{"description":"LastTransitionTime is the last time this condition transitioned from one status to another.","type":"string","format":"date-time"},"message":{"description":"A Message containing details about this condition's last transition from one status to another, if any.","type":"string"},"reason":{"description":"A Reason for this condition's last transition from one status to another.","type":"string"},"status":{"description":"Status of this condition; is it currently True, False, or Unknown?","type":"string"},"type":{"description":"Type of this condition. At most one of each condition type may apply to a resource at any point in time.","type":"string"}}}}}}}}},"subresources":{"status":{}},"additionalPrinterColumns":[{"name":"READY","type":"string","jsonPath":".status.conditions[?(@.type=='Ready')].status"},{"name":"SYNCED","type":"string","jsonPath":".status.conditions[?(@.type=='Synced')].status"},{"name":"EXTERNAL-NAME","type":"string","jsonPath":".metadata.annotations.crossplane\\.io/external-name"},{"name":"AGE","type":"date","jsonPath":".metadata.creationTimestamp"}]}]},"status":{"conditions":[],"acceptedNames":{"plural":"","kind":""},"storedVersions":[]}}