KeyGroupProps¶
-
class
aws_cdk.aws_cloudfront.
KeyGroupProps
(*, items, comment=None, key_group_name=None)¶ Bases:
object
Properties for creating a Public Key.
- Parameters
items (
Sequence
[IPublicKey
]) – A list of public keys to add to the key group.comment (
Optional
[str
]) – A comment to describe the key group. Default: - no commentkey_group_name (
Optional
[str
]) – A name to identify the key group. Default: - generated from theid
Attributes
-
comment
¶ A comment to describe the key group.
- Default
no comment
- Return type
Optional
[str
]
-
items
¶ A list of public keys to add to the key group.
- Return type
List
[IPublicKey
]
-
key_group_name
¶ A name to identify the key group.
- Default
generated from the
id
- Return type
Optional
[str
]