![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.robomaker.kotlin.RobotArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.robomaker.kotlin
import com.pulumi.awsnative.robomaker.RobotArgs.builder
import com.pulumi.awsnative.robomaker.kotlin.enums.RobotArchitecture
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
* @property architecture The target architecture of the robot.
* @property fleet The Amazon Resource Name (ARN) of the fleet.
* @property greengrassGroupId The Greengrass group id.
* @property name The name for the robot.
* @property tags A map that contains tag keys and tag values that are attached to the robot.
*/
public data class RobotArgs(
public val architecture: Output? = null,
public val fleet: Output? = null,
public val greengrassGroupId: Output? = null,
public val name: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy