Group

class Group : KotlinCustomResource

Resource for managing a Verified Access Group.

Example Usage

Basic Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.verifiedaccess.Group;
import com.pulumi.aws.verifiedaccess.GroupArgs;
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 Group("example", GroupArgs.builder()
.verifiedaccessInstanceId(aws_verifiedaccess_instance.example().id())
.build());
}
}

Properties

Link copied to clipboard
val creationTime: Output<String>

Timestamp when the access group was created.

Link copied to clipboard
val deletionTime: Output<String>

Timestamp when the access group was deleted.

Link copied to clipboard
val description: Output<String>

Description of the verified access group.

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

Timestamp when the access group was last updated.

Link copied to clipboard
val owner: Output<String>

AWS account number owning this resource.

Link copied to clipboard
val policyDocument: Output<String>?
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. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

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

ARN of this verified acess group.

Link copied to clipboard

ID of this verified access group.

Link copied to clipboard

The id of the verified access instance this group is associated with. The following arguments are optional: