pub enum Resource {
Show 29 variants
ApiGatewayV2Api(ApiGatewayV2Api),
ApiGatewayV2Integration(ApiGatewayV2Integration),
ApiGatewayV2Route(ApiGatewayV2Route),
ApiGatewayV2Stage(ApiGatewayV2Stage),
AppSyncApi(AppSyncApi),
Application(Application),
Bucket(Bucket),
BucketNotification(BucketNotification),
BucketPolicy(BucketPolicy),
CachePolicy(CachePolicy),
ChannelNamespace(ChannelNamespace),
ConfigurationProfile(ConfigurationProfile),
DeploymentStrategy(DeploymentStrategy),
Distribution(Distribution),
Environment(Environment),
EventSourceMapping(EventSourceMapping),
Function(Function),
LogGroup(LogGroup),
OriginAccessControl(OriginAccessControl),
Permission(Permission),
Queue(Queue),
QueuePolicy(QueuePolicy),
Role(Role),
Secret(Secret),
Schedule(Schedule),
Subscription(Subscription),
Table(Table),
Topic(Topic),
TopicPolicy(TopicPolicy),
}Variants§
ApiGatewayV2Api(ApiGatewayV2Api)
ApiGatewayV2Integration(ApiGatewayV2Integration)
ApiGatewayV2Route(ApiGatewayV2Route)
ApiGatewayV2Stage(ApiGatewayV2Stage)
AppSyncApi(AppSyncApi)
Application(Application)
Bucket(Bucket)
BucketNotification(BucketNotification)
BucketPolicy(BucketPolicy)
CachePolicy(CachePolicy)
ChannelNamespace(ChannelNamespace)
ConfigurationProfile(ConfigurationProfile)
DeploymentStrategy(DeploymentStrategy)
Distribution(Distribution)
Environment(Environment)
EventSourceMapping(EventSourceMapping)
Function(Function)
LogGroup(LogGroup)
OriginAccessControl(OriginAccessControl)
Permission(Permission)
Queue(Queue)
QueuePolicy(QueuePolicy)
Role(Role)
Secret(Secret)
Schedule(Schedule)
Subscription(Subscription)
Table(Table)
Topic(Topic)
TopicPolicy(TopicPolicy)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Resource
impl<'de> Deserialize<'de> for Resource
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Resource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Resource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ApiGatewayV2Api> for Resource
impl From<ApiGatewayV2Api> for Resource
Source§fn from(value: ApiGatewayV2Api) -> Resource
fn from(value: ApiGatewayV2Api) -> Resource
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Integration> for Resource
impl From<ApiGatewayV2Integration> for Resource
Source§fn from(value: ApiGatewayV2Integration) -> Resource
fn from(value: ApiGatewayV2Integration) -> Resource
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Route> for Resource
impl From<ApiGatewayV2Route> for Resource
Source§fn from(value: ApiGatewayV2Route) -> Resource
fn from(value: ApiGatewayV2Route) -> Resource
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Stage> for Resource
impl From<ApiGatewayV2Stage> for Resource
Source§fn from(value: ApiGatewayV2Stage) -> Resource
fn from(value: ApiGatewayV2Stage) -> Resource
Converts to this type from the input type.
Source§impl From<AppSyncApi> for Resource
impl From<AppSyncApi> for Resource
Source§fn from(value: AppSyncApi) -> Resource
fn from(value: AppSyncApi) -> Resource
Converts to this type from the input type.
Source§impl From<Application> for Resource
impl From<Application> for Resource
Source§fn from(value: Application) -> Resource
fn from(value: Application) -> Resource
Converts to this type from the input type.
Source§impl From<BucketPolicy> for Resource
impl From<BucketPolicy> for Resource
Source§fn from(value: BucketPolicy) -> Resource
fn from(value: BucketPolicy) -> Resource
Converts to this type from the input type.
Source§impl From<CachePolicy> for Resource
impl From<CachePolicy> for Resource
Source§fn from(value: CachePolicy) -> Resource
fn from(value: CachePolicy) -> Resource
Converts to this type from the input type.
Source§impl From<ChannelNamespace> for Resource
impl From<ChannelNamespace> for Resource
Source§fn from(value: ChannelNamespace) -> Resource
fn from(value: ChannelNamespace) -> Resource
Converts to this type from the input type.
Source§impl From<ConfigurationProfile> for Resource
impl From<ConfigurationProfile> for Resource
Source§fn from(value: ConfigurationProfile) -> Resource
fn from(value: ConfigurationProfile) -> Resource
Converts to this type from the input type.
Source§impl From<DeploymentStrategy> for Resource
impl From<DeploymentStrategy> for Resource
Source§fn from(value: DeploymentStrategy) -> Resource
fn from(value: DeploymentStrategy) -> Resource
Converts to this type from the input type.
Source§impl From<Distribution> for Resource
impl From<Distribution> for Resource
Source§fn from(value: Distribution) -> Resource
fn from(value: Distribution) -> Resource
Converts to this type from the input type.
Source§impl From<Environment> for Resource
impl From<Environment> for Resource
Source§fn from(value: Environment) -> Resource
fn from(value: Environment) -> Resource
Converts to this type from the input type.
Source§impl From<EventSourceMapping> for Resource
impl From<EventSourceMapping> for Resource
Source§fn from(value: EventSourceMapping) -> Resource
fn from(value: EventSourceMapping) -> Resource
Converts to this type from the input type.
Source§impl From<OriginAccessControl> for Resource
impl From<OriginAccessControl> for Resource
Source§fn from(value: OriginAccessControl) -> Resource
fn from(value: OriginAccessControl) -> Resource
Converts to this type from the input type.
Source§impl From<Permission> for Resource
impl From<Permission> for Resource
Source§fn from(value: Permission) -> Resource
fn from(value: Permission) -> Resource
Converts to this type from the input type.
Source§impl From<QueuePolicy> for Resource
impl From<QueuePolicy> for Resource
Source§fn from(value: QueuePolicy) -> Resource
fn from(value: QueuePolicy) -> Resource
Converts to this type from the input type.
Source§impl From<Subscription> for Resource
impl From<Subscription> for Resource
Source§fn from(value: Subscription) -> Resource
fn from(value: Subscription) -> Resource
Converts to this type from the input type.
Source§impl From<TopicPolicy> for Resource
impl From<TopicPolicy> for Resource
Source§fn from(value: TopicPolicy) -> Resource
fn from(value: TopicPolicy) -> Resource
Converts to this type from the input type.
Source§impl Serialize for Resource
impl Serialize for Resource
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for Resource
impl RefUnwindSafe for Resource
impl Send for Resource
impl Sync for Resource
impl Unpin for Resource
impl UnwindSafe for Resource
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.