toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
CaCertificateRegistrationConfig
Ca
Certificate
Registration
Config
data
class
CaCertificateRegistrationConfig
(
val
roleArn
:
String
?
=
null
,
val
templateBody
:
String
?
=
null
,
val
templateName
:
String
?
=
null
)
Members
Constructors
Ca
Certificate
Registration
Config
Link copied to clipboard
constructor
(
roleArn
:
String
?
=
null
,
templateBody
:
String
?
=
null
,
templateName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
role
Arn
Link copied to clipboard
val
roleArn
:
String
?
=
null
The ARN of the role.
template
Body
Link copied to clipboard
val
templateBody
:
String
?
=
null
The template body.
template
Name
Link copied to clipboard
val
templateName
:
String
?
=
null
The name of the provisioning template.