pub struct FirewallPolicyArgs {
pub description: Output<Option<String>>,
pub parent: Output<String>,
pub short_name: Output<String>,
}
Fields§
§description: Output<Option<String>>
An optional description of this resource. Provide this property when you create the resource.
parent: Output<String>
The parent of the firewall policy.
short_name: Output<String>
User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Implementations§
source§impl FirewallPolicyArgs
impl FirewallPolicyArgs
sourcepub fn builder() -> FirewallPolicyArgsBuilder
pub fn builder() -> FirewallPolicyArgsBuilder
Create an instance of FirewallPolicyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for FirewallPolicyArgs
impl Clone for FirewallPolicyArgs
source§fn clone(&self) -> FirewallPolicyArgs
fn clone(&self) -> FirewallPolicyArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FirewallPolicyArgs
impl RefUnwindSafe for FirewallPolicyArgs
impl Send for FirewallPolicyArgs
impl Sync for FirewallPolicyArgs
impl Unpin for FirewallPolicyArgs
impl UnwindSafe for FirewallPolicyArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)