CommandArgs

constructor(commandId: Output<String>? = null, createdAt: Output<String>? = null, deprecated: Output<Boolean>? = null, description: Output<String>? = null, displayName: Output<String>? = null, lastUpdatedAt: Output<String>? = null, mandatoryParameters: Output<List<CommandParameterArgs>>? = null, namespace: Output<CommandNamespace>? = null, payload: Output<CommandPayloadArgs>? = null, pendingDeletion: Output<Boolean>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)