
com.pulumi.snowflake.ApiIntegrationArgs 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.snowflake;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ApiIntegrationArgs extends com.pulumi.resources.ResourceArgs {
public static final ApiIntegrationArgs Empty = new ApiIntegrationArgs();
/**
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
*
*/
@Import(name="apiAllowedPrefixes", required=true)
private Output> apiAllowedPrefixes;
/**
* @return Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
*
*/
public Output> apiAllowedPrefixes() {
return this.apiAllowedPrefixes;
}
/**
* ARN of a cloud platform role.
*
*/
@Import(name="apiAwsRoleArn")
private @Nullable Output apiAwsRoleArn;
/**
* @return ARN of a cloud platform role.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy