All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.verifiedaccess.Group Maven / Gradle / Ivy

Go to download

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

The newest version!
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.aws.verifiedaccess;

import com.pulumi.aws.Utilities;
import com.pulumi.aws.verifiedaccess.GroupArgs;
import com.pulumi.aws.verifiedaccess.inputs.GroupState;
import com.pulumi.aws.verifiedaccess.outputs.GroupSseConfiguration;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.Map;
import java.util.Optional;
import javax.annotation.Nullable;

/**
 * Resource for managing a Verified Access Group.
 * 
 * ## Example Usage
 * 
 * ### Basic Usage
 * 
 * <!--Start PulumiCodeChooser -->
 * 
 * {@code
 * 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(exampleAwsVerifiedaccessInstance.id())
 *             .build());
 * 
 *     }
 * }
 * }
 * 
* <!--End PulumiCodeChooser --> * * ### Usage with KMS Key * * <!--Start PulumiCodeChooser --> *
 * {@code
 * package generated_program;
 * 
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.aws.kms.Key;
 * import com.pulumi.aws.kms.KeyArgs;
 * import com.pulumi.aws.verifiedaccess.Group;
 * import com.pulumi.aws.verifiedaccess.GroupArgs;
 * import com.pulumi.aws.verifiedaccess.inputs.GroupSseConfigurationArgs;
 * 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 testKey = new Key("testKey", KeyArgs.builder()
 *             .description("KMS key for Verified Access Group test")
 *             .build());
 * 
 *         var test = new Group("test", GroupArgs.builder()
 *             .verifiedaccessInstanceId(testAwsVerifiedaccessInstanceTrustProviderAttachment.verifiedaccessInstanceId())
 *             .sseConfiguration(GroupSseConfigurationArgs.builder()
 *                 .kmsKeyArn(testKey.arn())
 *                 .build())
 *             .build());
 * 
 *     }
 * }
 * }
 * 
* <!--End PulumiCodeChooser --> * */ @ResourceType(type="aws:verifiedaccess/group:Group") public class Group extends com.pulumi.resources.CustomResource { /** * Timestamp when the access group was created. * */ @Export(name="creationTime", refs={String.class}, tree="[0]") private Output creationTime; /** * @return Timestamp when the access group was created. * */ public Output creationTime() { return this.creationTime; } /** * Timestamp when the access group was deleted. * */ @Export(name="deletionTime", refs={String.class}, tree="[0]") private Output deletionTime; /** * @return Timestamp when the access group was deleted. * */ public Output deletionTime() { return this.deletionTime; } /** * Description of the verified access group. * */ @Export(name="description", refs={String.class}, tree="[0]") private Output description; /** * @return Description of the verified access group. * */ public Output description() { return this.description; } /** * Timestamp when the access group was last updated. * */ @Export(name="lastUpdatedTime", refs={String.class}, tree="[0]") private Output lastUpdatedTime; /** * @return Timestamp when the access group was last updated. * */ public Output lastUpdatedTime() { return this.lastUpdatedTime; } /** * AWS account number owning this resource. * */ @Export(name="owner", refs={String.class}, tree="[0]") private Output owner; /** * @return AWS account number owning this resource. * */ public Output owner() { return this.owner; } /** * The policy document that is associated with this resource. * */ @Export(name="policyDocument", refs={String.class}, tree="[0]") private Output policyDocument; /** * @return The policy document that is associated with this resource. * */ public Output> policyDocument() { return Codegen.optional(this.policyDocument); } /** * Configuration block to use KMS keys for server-side encryption. * */ @Export(name="sseConfiguration", refs={GroupSseConfiguration.class}, tree="[0]") private Output sseConfiguration; /** * @return Configuration block to use KMS keys for server-side encryption. * */ public Output sseConfiguration() { return this.sseConfiguration; } /** * 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. * */ @Export(name="tags", refs={Map.class,String.class}, tree="[0,1,1]") private Output> tags; /** * @return 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. * */ public Output>> tags() { return Codegen.optional(this.tags); } /** * @deprecated * Please use `tags` instead. * */ @Deprecated /* Please use `tags` instead. */ @Export(name="tagsAll", refs={Map.class,String.class}, tree="[0,1,1]") private Output> tagsAll; public Output> tagsAll() { return this.tagsAll; } /** * ARN of this verified acess group. * */ @Export(name="verifiedaccessGroupArn", refs={String.class}, tree="[0]") private Output verifiedaccessGroupArn; /** * @return ARN of this verified acess group. * */ public Output verifiedaccessGroupArn() { return this.verifiedaccessGroupArn; } /** * ID of this verified access group. * */ @Export(name="verifiedaccessGroupId", refs={String.class}, tree="[0]") private Output verifiedaccessGroupId; /** * @return ID of this verified access group. * */ public Output verifiedaccessGroupId() { return this.verifiedaccessGroupId; } /** * The id of the verified access instance this group is associated with. * * The following arguments are optional: * */ @Export(name="verifiedaccessInstanceId", refs={String.class}, tree="[0]") private Output verifiedaccessInstanceId; /** * @return The id of the verified access instance this group is associated with. * * The following arguments are optional: * */ public Output verifiedaccessInstanceId() { return this.verifiedaccessInstanceId; } /** * * @param name The _unique_ name of the resulting resource. */ public Group(java.lang.String name) { this(name, GroupArgs.Empty); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. */ public Group(java.lang.String name, GroupArgs args) { this(name, args, null); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. * @param options A bag of options that control this resource's behavior. */ public Group(java.lang.String name, GroupArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("aws:verifiedaccess/group:Group", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false); } private Group(java.lang.String name, Output id, @Nullable GroupState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("aws:verifiedaccess/group:Group", name, state, makeResourceOptions(options, id), false); } private static GroupArgs makeArgs(GroupArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { if (options != null && options.getUrn().isPresent()) { return null; } return args == null ? GroupArgs.Empty : args; } private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() .version(Utilities.getVersion()) .build(); return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); } /** * Get an existing Host resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state * @param options Optional settings to control the behavior of the CustomResource. */ public static Group get(java.lang.String name, Output id, @Nullable GroupState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { return new Group(name, id, state, options); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy