CfnApiKeyProps¶
-
class
aws_cdk.aws_appsync.
CfnApiKeyProps
(*, api_id, api_key_id=None, description=None, expires=None)¶ Bases:
object
Properties for defining a
AWS::AppSync::ApiKey
.- Parameters
api_id (
str
) –AWS::AppSync::ApiKey.ApiId
.api_key_id (
Optional
[str
]) –AWS::AppSync::ApiKey.ApiKeyId
.description (
Optional
[str
]) –AWS::AppSync::ApiKey.Description
.expires (
Union
[int
,float
,None
]) –AWS::AppSync::ApiKey.Expires
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html
Attributes
-
api_id
¶ AWS::AppSync::ApiKey.ApiId
.
-
api_key_id
¶ AWS::AppSync::ApiKey.ApiKeyId
.- Link
- Return type
Optional
[str
]
-
description
¶ AWS::AppSync::ApiKey.Description
.
-
expires
¶ AWS::AppSync::ApiKey.Expires
.- Link
- Return type
Union
[int
,float
,None
]