You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Alias is the Schema for the Aliases API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
40
description: AliasSpec defines the desired state of Alias.
37
41
properties:
38
42
name:
39
-
description: "Specifies the alias name. This value must begin with
40
-
alias/ followed by a name, such as alias/ExampleAlias. \n The AliasName
41
-
value must be string of 1-256 characters. It can contain only alphanumeric
42
-
characters, forward slashes (/), underscores (_), and dashes (-).
43
-
The alias name cannot begin with alias/aws/. The alias/aws/ prefix
44
-
is reserved for Amazon Web Services managed keys (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk)."
43
+
description: |-
44
+
Specifies the alias name. This value must begin with alias/ followed by a
45
+
name, such as alias/ExampleAlias.
46
+
47
+
Do not include confidential or sensitive information in this field. This
48
+
field may be displayed in plaintext in CloudTrail logs and other output.
49
+
50
+
The AliasName value must be string of 1-256 characters. It can contain only
51
+
alphanumeric characters, forward slashes (/), underscores (_), and dashes
52
+
(-). The alias name cannot begin with alias/aws/. The alias/aws/ prefix is
53
+
reserved for Amazon Web Services managed keys (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk).
45
54
type: string
46
55
targetKeyID:
47
-
description: "Associates the alias with the specified customer managed
\n To get the key ID and key ARN for a KMS key, use ListKeys or
57
-
DescribeKey."
56
+
description: |-
57
+
Associates the alias with the specified customer managed key (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk).
58
+
The KMS key must be in the same Amazon Web Services Region.
59
+
60
+
A valid key ID is required. If you supply a null or empty string value, this
61
+
operation returns an error.
62
+
63
+
For help finding the key ID and ARN, see Finding the Key ID and ARN (https://docs.aws.amazon.com/kms/latest/developerguide/viewing-keys.html#find-cmk-id-arn)
0 commit comments