
com.pulumi.azurenative.awsconnector.inputs.PrefixListIdArgs 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.azurenative.awsconnector.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of PrefixListId
*
*/
public final class PrefixListIdArgs extends com.pulumi.resources.ResourceArgs {
public static final PrefixListIdArgs Empty = new PrefixListIdArgs();
/**
* <p>A description for the security group rule that references this prefix list ID.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,{@literal @}[]+=;{}!$*</p>
*
*/
@Import(name="description")
private @Nullable Output description;
/**
* @return <p>A description for the security group rule that references this prefix list ID.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,{@literal @}[]+=;{}!$*</p>
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy