toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
TransitGatewayPeeringAttachmentPeeringAttachmentStatus
Transit
Gateway
Peering
Attachment
Peering
Attachment
Status
data
class
TransitGatewayPeeringAttachmentPeeringAttachmentStatus
(
val
code
:
String
?
=
null
,
val
message
:
String
?
=
null
)
Members
Constructors
Transit
Gateway
Peering
Attachment
Peering
Attachment
Status
Link copied to clipboard
constructor
(
code
:
String
?
=
null
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
The status code.
message
Link copied to clipboard
val
message
:
String
?
=
null
The status message, if applicable.