com.pulumi.aws.cloudwatch.EventBusPolicyArgs Maven / Gradle / Ivy
// *** 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.cloudwatch;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class EventBusPolicyArgs extends com.pulumi.resources.ResourceArgs {
public static final EventBusPolicyArgs Empty = new EventBusPolicyArgs();
/**
* The name of the event bus to set the permissions on.
* If you omit this, the permissions are set on the `default` event bus.
*
*/
@Import(name="eventBusName")
private @Nullable Output eventBusName;
/**
* @return The name of the event bus to set the permissions on.
* If you omit this, the permissions are set on the `default` event bus.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy