BillingGroup

class BillingGroup : KotlinCustomResource

Manages an AWS IoT Billing Group.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.iot.BillingGroup;
import com.pulumi.aws.iot.BillingGroupArgs;
import com.pulumi.aws.iot.inputs.BillingGroupPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new BillingGroup("example", BillingGroupArgs.builder()
.properties(BillingGroupPropertiesArgs.builder()
.description("This is my billing group")
.build())
.tags(Map.of("terraform", "true"))
.build());
}
}

Import

Using pulumi import, import IoT Billing Groups using the name. For example:

$ pulumi import aws:iot/billingGroup:BillingGroup example example

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the Billing Group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
val name: Output<String>

The name of the Billing Group.

Link copied to clipboard

The Billing Group properties. Defined below.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

Key-value mapping of resource tags

Link copied to clipboard
val tagsAll: Output<Map<String, String>>
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<Int>

The current version of the Billing Group record in the registry.