We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.iot.getCommand
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Represents the resource definition of AWS IoT Command.
Using getCommand
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCommand(args: GetCommandArgs, opts?: InvokeOptions): Promise<GetCommandResult>
function getCommandOutput(args: GetCommandOutputArgs, opts?: InvokeOptions): Output<GetCommandResult>
def get_command(command_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCommandResult
def get_command_output(command_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCommandResult]
func LookupCommand(ctx *Context, args *LookupCommandArgs, opts ...InvokeOption) (*LookupCommandResult, error)
func LookupCommandOutput(ctx *Context, args *LookupCommandOutputArgs, opts ...InvokeOption) LookupCommandResultOutput
> Note: This function is named LookupCommand
in the Go SDK.
public static class GetCommand
{
public static Task<GetCommandResult> InvokeAsync(GetCommandArgs args, InvokeOptions? opts = null)
public static Output<GetCommandResult> Invoke(GetCommandInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCommandResult> getCommand(GetCommandArgs args, InvokeOptions options)
public static Output<GetCommandResult> getCommand(GetCommandArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:iot:getCommand
arguments:
# arguments dictionary
The following arguments are supported:
- Command
Id string - The unique identifier for the command.
- Command
Id string - The unique identifier for the command.
- command
Id String - The unique identifier for the command.
- command
Id string - The unique identifier for the command.
- command_
id str - The unique identifier for the command.
- command
Id String - The unique identifier for the command.
getCommand Result
The following output properties are available:
- Command
Arn string - The Amazon Resource Name (ARN) of the command.
- Created
At string - The date and time when the command was created.
- Deprecated bool
- A flag indicating whether the command is deprecated.
- Description string
- The description of the command.
- Display
Name string - The display name for the command.
- Mandatory
Parameters List<Pulumi.Aws Native. Io T. Outputs. Command Parameter> - The list of mandatory parameters for the command.
- Namespace
Pulumi.
Aws Native. Io T. Command Namespace - The namespace to which the command belongs.
- Payload
Pulumi.
Aws Native. Io T. Outputs. Command Payload - The payload associated with the command.
- Pending
Deletion bool - A flag indicating whether the command is pending deletion.
- Role
Arn string - The customer role associated with the command.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags to be associated with the command.
- Command
Arn string - The Amazon Resource Name (ARN) of the command.
- Created
At string - The date and time when the command was created.
- Deprecated bool
- A flag indicating whether the command is deprecated.
- Description string
- The description of the command.
- Display
Name string - The display name for the command.
- Mandatory
Parameters []CommandParameter - The list of mandatory parameters for the command.
- Namespace
Command
Namespace - The namespace to which the command belongs.
- Payload
Command
Payload - The payload associated with the command.
- Pending
Deletion bool - A flag indicating whether the command is pending deletion.
- Role
Arn string - The customer role associated with the command.
- Tag
- The tags to be associated with the command.
- command
Arn String - The Amazon Resource Name (ARN) of the command.
- created
At String - The date and time when the command was created.
- deprecated Boolean
- A flag indicating whether the command is deprecated.
- description String
- The description of the command.
- display
Name String - The display name for the command.
- mandatory
Parameters List<CommandParameter> - The list of mandatory parameters for the command.
- namespace
Command
Namespace - The namespace to which the command belongs.
- payload
Command
Payload - The payload associated with the command.
- pending
Deletion Boolean - A flag indicating whether the command is pending deletion.
- role
Arn String - The customer role associated with the command.
- List<Tag>
- The tags to be associated with the command.
- command
Arn string - The Amazon Resource Name (ARN) of the command.
- created
At string - The date and time when the command was created.
- deprecated boolean
- A flag indicating whether the command is deprecated.
- description string
- The description of the command.
- display
Name string - The display name for the command.
- mandatory
Parameters CommandParameter[] - The list of mandatory parameters for the command.
- namespace
Command
Namespace - The namespace to which the command belongs.
- payload
Command
Payload - The payload associated with the command.
- pending
Deletion boolean - A flag indicating whether the command is pending deletion.
- role
Arn string - The customer role associated with the command.
- Tag[]
- The tags to be associated with the command.
- command_
arn str - The Amazon Resource Name (ARN) of the command.
- created_
at str - The date and time when the command was created.
- deprecated bool
- A flag indicating whether the command is deprecated.
- description str
- The description of the command.
- display_
name str - The display name for the command.
- mandatory_
parameters Sequence[CommandParameter] - The list of mandatory parameters for the command.
- namespace
Command
Namespace - The namespace to which the command belongs.
- payload
Command
Payload - The payload associated with the command.
- pending_
deletion bool - A flag indicating whether the command is pending deletion.
- role_
arn str - The customer role associated with the command.
- Sequence[root_Tag]
- The tags to be associated with the command.
- command
Arn String - The Amazon Resource Name (ARN) of the command.
- created
At String - The date and time when the command was created.
- deprecated Boolean
- A flag indicating whether the command is deprecated.
- description String
- The description of the command.
- display
Name String - The display name for the command.
- mandatory
Parameters List<Property Map> - The list of mandatory parameters for the command.
- namespace
"AWS-Io
T" | "AWS-Io T-Fleet Wise" - The namespace to which the command belongs.
- payload Property Map
- The payload associated with the command.
- pending
Deletion Boolean - A flag indicating whether the command is pending deletion.
- role
Arn String - The customer role associated with the command.
- List<Property Map>
- The tags to be associated with the command.
Supporting Types
CommandNamespace
CommandParameter
- name String
- default
Value Property Map - description String
- value Property Map
CommandParameterValue
CommandPayload
- Content string
- Content
Type string
- Content string
- Content
Type string
- content String
- content
Type String
- content string
- content
Type string
- content str
- content_
type str
- content String
- content
Type String
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi