pub struct GetServicePrincipalArgs {
pub region: Output<Option<String>>,
pub service_name: Output<String>,
}
Fields§
§region: Output<Option<String>>
Region you’d like the SPN for. By default, uses the current region.
service_name: Output<String>
Name of the service you want to generate a Service Principal Name for.
Implementations§
source§impl GetServicePrincipalArgs
impl GetServicePrincipalArgs
sourcepub fn builder() -> GetServicePrincipalArgsBuilder
pub fn builder() -> GetServicePrincipalArgsBuilder
Create an instance of GetServicePrincipalArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetServicePrincipalArgs
impl Clone for GetServicePrincipalArgs
source§fn clone(&self) -> GetServicePrincipalArgs
fn clone(&self) -> GetServicePrincipalArgs
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 GetServicePrincipalArgs
impl RefUnwindSafe for GetServicePrincipalArgs
impl Send for GetServicePrincipalArgs
impl Sync for GetServicePrincipalArgs
impl Unpin for GetServicePrincipalArgs
impl UnwindSafe for GetServicePrincipalArgs
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
)